Hi,

I have recompiled zmq 2.2 and configured with

CC=qcc CXX=QCC ./configure
make
make install

without any problem for QNX 6.5 SP1 by using "bash".

BR

--Armin



Zafar Iqbal wrote:
>
>> Hi All,
>>
>> I am trying to compile Zeromq-2.1.9 in QNX self hosted system, I was getting 
>> the following errors.
>>
>> 1. Initially after running the configuration file, Makefile generated 
>> sucessfully. When I invoked make , the compilation started and when it 
>> reached to the linking stage it has given the error -lcrypto not found, just 
>> to chek it I removed -lcrypto from the makefile then it has shown the error 
>> -lsocket not found, When I looked into the libs path I found both the were 
>> available.
>    .... and what is your LD_LIBRARY_PATH ? Does it include /usr/lib ?
>
> Yes my LD_LIBRARY_PATH includes /usr/lib
>
>> After some analysis I found -rpath was not set, I set it to /usr/lib, after 
>> that programme compiled successfully.
>    ... not sure if the -rpath option works with QCC front end! Are you
> using QNX65 ?
>
> Yes I am using QNX65.
>
>
>
> http://steinhoff-automation.com
>
>>
>> But after that I faced the Following problem:
>>
>> 2. When I tried to install it giving make install:
>> I got the following error.
>>
>>
>> Making install in src
>> make[1]: Entering directory `/root/zeromq-2.1.9/src'
>> make[2]: Entering directory `/root/zeromq-2.1.9/src'
>> test -z "/usr/local/lib" || ../config/install-sh -c -d "/usr/local/lib"
>>    /bin/sh ../libtool   --mode=install ../config/install-sh -c   libzmq.la 
>> '/usr/loca
>> libtool: install: ../config/install-sh -c .libs/libzmq.lai 
>> /usr/local/lib/libzmq.la
>> ../config/install-sh: .libs/libzmq.lai does not exist.
>> make[2]: *** [install-libLTLIBRARIES] Error 1
>> make[2]: Leaving directory `/root/zeromq-2.1.9/src'
>> make[1]: *** [install-am] Error 2
>> make[1]: Leaving directory `/root/zeromq-2.1.9/src'
>> make: *** [install-recursive] Error 1
>>
>>
>> I am not able to find out what is the actual problem, How to solve the same.
>>
>> Please let me know if any of you have gone through the similar kind of 
>> problem.
>>
>>
>>
>> Thanking a lot.
>>
>> Larsen & Toubro Limited
>>
>> www.larsentoubro.com
>>
>> This Email may contain confidential or privileged information for the 
>> intended recipient (s). If you are not the intended recipient, please do not 
>> use or disseminate the information, notify the sender and delete it from 
>> your system.
>> _______________________________________________
>> zeromq-dev mailing list
>> [email protected]
>> http://lists.zeromq.org/mailman/listinfo/zeromq-dev
>>
>
> Larsen & Toubro Limited
>
> www.larsentoubro.com
>
> This Email may contain confidential or privileged information for the 
> intended recipient (s). If you are not the intended recipient, please do not 
> use or disseminate the information, notify the sender and delete it from your 
> system.
>


_______________________________________________
zeromq-dev mailing list
[email protected]
http://lists.zeromq.org/mailman/listinfo/zeromq-dev

Reply via email to