Return-Path: X-Original-To: apmail-activemq-users-archive@www.apache.org Delivered-To: apmail-activemq-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 81E269762 for ; Thu, 29 Sep 2011 19:12:49 +0000 (UTC) Received: (qmail 42908 invoked by uid 500); 29 Sep 2011 19:12:49 -0000 Delivered-To: apmail-activemq-users-archive@activemq.apache.org Received: (qmail 42863 invoked by uid 500); 29 Sep 2011 19:12:49 -0000 Mailing-List: contact users-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@activemq.apache.org Delivered-To: mailing list users@activemq.apache.org Received: (qmail 42855 invoked by uid 99); 29 Sep 2011 19:12:48 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 29 Sep 2011 19:12:48 +0000 X-ASF-Spam-Status: No, hits=-0.6 required=5.0 tests=FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of tabish121@gmail.com designates 209.85.216.178 as permitted sender) Received: from [209.85.216.178] (HELO mail-qy0-f178.google.com) (209.85.216.178) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 29 Sep 2011 19:12:43 +0000 Received: by qyg14 with SMTP id 14so1309924qyg.2 for ; Thu, 29 Sep 2011 12:12:21 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=subject:from:to:in-reply-to:references:content-type:date:message-id :mime-version:x-mailer:content-transfer-encoding; bh=14K2ajk82xnxmKyXwNx+YHB+J2OAO4fzSrXIjTj3ERg=; b=dTO8CMoYF38oWeBn1XX+3YdCYDOYSGdhG+FyfBEOjC+tyy7vNIDLfev/lU4Hp3iv9s F/EnW+vl93Vh/SpRyayE5QSinKQQmzoYq3KiRQjMrKq+5VZDYvPp4suXfdnlc8aNHFeP BYvUwSmHmwu2jDPJHpjHYu/4mZJwit/R48ZTY= Received: by 10.224.200.138 with SMTP id ew10mr7814988qab.180.1317323541550; Thu, 29 Sep 2011 12:12:21 -0700 (PDT) Received: from [192.168.2.150] (c-98-231-181-148.hsd1.va.comcast.net. [98.231.181.148]) by mx.google.com with ESMTPS id fz6sm2727156qab.21.2011.09.29.12.12.19 (version=SSLv3 cipher=OTHER); Thu, 29 Sep 2011 12:12:20 -0700 (PDT) Subject: Re: How Can I Build ActiveMQ-CPP dynamically (dll) on CentOS 5.3 Virtual Machine? From: Timothy Bish To: users@activemq.apache.org In-Reply-To: <1317313761219-3856556.post@n4.nabble.com> References: <1317313761219-3856556.post@n4.nabble.com> Content-Type: text/plain; charset="UTF-8" Date: Thu, 29 Sep 2011 15:12:18 -0400 Message-ID: <1317323538.2242.2.camel@OfficePC> Mime-Version: 1.0 X-Mailer: Evolution 2.32.2 Content-Transfer-Encoding: 7bit On Thu, 2011-09-29 at 09:29 -0700, newbieSCS wrote: > Hello, > > I have been given an assignment by my supervisor to develop a method for > building the ActiveMQ CMS (ActiveMQ-CPP) dynamically (dll) using our CentOS > 5.3 Virtual Machine as the environment. > > I've new to this and have never built .dll library files from a linux > environment before. Would I need to use any cross-compilers? How can I > change the makefiles in the linux version (activemq-cpp.tar.gz) to make the > DLL in addition to the archive and shared object files? What options can be > used with the ./configure command to cause the makefiles created to make a > DLL? > > This assignment needs to be completed by Oct. 12. > I'm assuming that by DLL you mean a shared library (a .so)? If so then this is already done by default using the standard build process for ActiveMQ CPP. When you run configure and do a make and then make install a shared library and a static lib will be installed in the prefix location (/usr/local by default). Regards -- Tim Bish ------------ FuseSource Email: tim.bish@fusesource.com Web: http://fusesource.com Twitter: tabish121 Blog: http://timbish.blogspot.com/