You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by "Timothy Bish (JIRA)" <ji...@apache.org> on 2007/04/27 14:57:35 UTC

[jira] Commented: (AMQCPP-111) Unable to ./configure under Suse Linux 64 bit

    [ https://issues.apache.org/activemq/browse/AMQCPP-111?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_39054 ] 

Timothy Bish commented on AMQCPP-111:
-------------------------------------

It sounds like you environment isn't configured so that libpthread can be found.  Where is your libpthread installed at?  Is it in your library config?



> Unable to ./configure under Suse Linux 64 bit
> ---------------------------------------------
>
>                 Key: AMQCPP-111
>                 URL: https://issues.apache.org/activemq/browse/AMQCPP-111
>             Project: ActiveMQ C++ Client
>          Issue Type: Bug
>          Components: CMS Impl
>    Affects Versions: 2.0
>         Environment: Suse Linux 64 Bit
>            Reporter: Tomas Lebovic
>         Assigned To: Nathan Mittler
>
> I ran ./autogen.sh which produced the following errors:
> Makefile.am:21: directory should not contain `/'
> src/examples/Makefile.am: installing `config/depcomp'
> src/test-integration/Makefile.am:44: `CXXFLAGS' is a user variable, you should not override it;
> src/test-integration/Makefile.am:44: use `AM_CXXFLAGS' instead.
> src/test/Makefile.am:106: `CXXFLAGS' is a user variable, you should not override it;
> src/test/Makefile.am:106: use `AM_CXXFLAGS' instead.
> Makefile.am:21: directory should not contain `/'
> src/test-integration/Makefile.am:44: `CXXFLAGS' is a user variable, you should not override it;
> src/test-integration/Makefile.am:44: use `AM_CXXFLAGS' instead.
> src/test/Makefile.am:106: `CXXFLAGS' is a user variable, you should not override it;
> src/test/Makefile.am:106: use `AM_CXXFLAGS' instead.
> autoreconf: automake failed with exit status: 1
> But as i understand it these can be safely ignored so i went to the next step ./configure which dies with the following:
> checking pthread.h presence... yes
> checking for pthread.h... yes
> checking for ioctl... yes
> checking for select... yes
> checking for gettimeofday... yes
> checking for time... yes
> checking for ftime... yes
> checking for cppunit-config... /usr/local/bin/cppunit-config
> checking for Cppunit - version >= 1.10.2... 1.12.0
> checking for pthread_create in -lpthread... no
> configure: error: libpthread not found!
> I have used -lpthread in compilation of my programs so i know that library is present on the system. I am unsure how to circumvent this error any help would be greatly appreciated 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.