Project Home
Project Home
Trackers
Trackers
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - Xerces on QNX: (2 Items)
   
Xerces on QNX  
Hello,

I'm trying to build the Xerces 3.1.1 library on QNX 6.5 without any luck.

I've done the following:

- Created a QNX 6.5 self-hosted VM using the Neutrino/Momentics CD
- Copied the Xerces source onto QNX
- Ran "make configure". This ran successfully
- Ran "make". This also ran successfully
- Running "make install" fails with:

/usr/qnx650/host/qnx6/x86/usr/bin/ntox86-ld: cannot find -lsocket

I tried setting LD_LIBRARY_PATH=/bin and LDFLAGS=-L/bin to no avail.

Any help would be greatly appreciated.
Re: Xerces on QNX  
Why /bin? Looks like it cannot libsocket.so, probably because missing 
-L, LD_LIBRARY_PATH would not have effect on compilation
On 04/05/2011 12:17 AM, David Reynolds wrote:
> Hello,
>
> I'm trying to build the Xerces 3.1.1 library on QNX 6.5 without any luck.
>
> I've done the following:
>
> - Created a QNX 6.5 self-hosted VM using the Neutrino/Momentics CD
> - Copied the Xerces source onto QNX
> - Ran "make configure". This ran successfully
> - Ran "make". This also ran successfully
> - Running "make install" fails with:
>
> /usr/qnx650/host/qnx6/x86/usr/bin/ntox86-ld: cannot find -lsocket
>
> I tried setting LD_LIBRARY_PATH=/bin and LDFLAGS=-L/bin to no avail.
>
> Any help would be greatly appreciated.
>
>
>
>
> _______________________________________________
>
> QNX Momentics Community Support
> http://community.qnx.com/sf/go/post85385
>