Return-Path: Delivered-To: apmail-qpid-users-archive@www.apache.org Received: (qmail 88466 invoked from network); 18 May 2009 13:38:38 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 18 May 2009 13:38:38 -0000 Received: (qmail 15869 invoked by uid 500); 18 May 2009 13:38:37 -0000 Delivered-To: apmail-qpid-users-archive@qpid.apache.org Received: (qmail 15848 invoked by uid 500); 18 May 2009 13:38:37 -0000 Mailing-List: contact users-help@qpid.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@qpid.apache.org Delivered-To: mailing list users@qpid.apache.org Received: (qmail 15838 invoked by uid 99); 18 May 2009 13:38:37 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 18 May 2009 13:38:37 +0000 X-ASF-Spam-Status: No, hits=-4.0 required=10.0 tests=RCVD_IN_DNSWL_MED,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of jonathan.robie@redhat.com designates 66.187.237.31 as permitted sender) Received: from [66.187.237.31] (HELO mx2.redhat.com) (66.187.237.31) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 18 May 2009 13:38:29 +0000 Received: from int-mx2.corp.redhat.com (int-mx2.corp.redhat.com [172.16.27.26]) by mx2.redhat.com (8.13.8/8.13.8) with ESMTP id n4IDc9f2013158 for ; Mon, 18 May 2009 09:38:09 -0400 Received: from ns3.rdu.redhat.com (ns3.rdu.redhat.com [10.11.255.199]) by int-mx2.corp.redhat.com (8.13.1/8.13.1) with ESMTP id n4IDc8Q9009387 for ; Mon, 18 May 2009 09:38:08 -0400 Received: from localhost.localdomain (vpn-10-42.bos.redhat.com [10.16.10.42]) by ns3.rdu.redhat.com (8.13.8/8.13.8) with ESMTP id n4IDc60R020517 for ; Mon, 18 May 2009 09:38:07 -0400 Message-ID: <4A1164BE.20304@redhat.com> Date: Mon, 18 May 2009 09:38:06 -0400 From: Jonathan Robie User-Agent: Thunderbird 2.0.0.14 (X11/20080501) MIME-Version: 1.0 To: users@qpid.apache.org Subject: Re: Required compilation parameters for using qpid? References: <7a8095c70905150721p57758273tc7d664a1bbad7879@mail.gmail.com> <7a8095c70905180037y634863bdw8d8387c6a727f41c@mail.gmail.com> In-Reply-To: <7a8095c70905180037y634863bdw8d8387c6a727f41c@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Scanned-By: MIMEDefang 2.58 on 172.16.27.26 X-Virus-Checked: Checked by ClamAV on apache.org Marcus Schr�der wrote: > But the included > Makefile is too complex for me to see how it works and I don't want to > keep modifying the included examples to compile code (which works, but > is obviously out of question for production). Eventually, I would like > to make my own... > > Sounds like starting with a simpler Makefile would help. Try starting with this: CXX=g++ CXXFLAGS=-I/usr/include/qpid-boost LDFLAGS=-lqpidclient all: direct_producer listener declare_queues clean: rm -f direct_producer listener declare_queues Hope this helps! Jonathan --------------------------------------------------------------------- Apache Qpid - AMQP Messaging Implementation Project: http://qpid.apache.org Use/Interact: mailto:users-subscribe@qpid.apache.org