Problem with library compiling with the IDE

I’m trying to build my project (Standard Make C Project, QNX 6.3.0 SP3 Windows Host) but I obtain the following error related to a library I need to add:

/cygdrive/c/QNX630/host/win32/x86/usr/bin/ntox86-ld: cannot find -l…/…/…/lib/libdriver/so/libdriver.so
cc: C:/QNX630/host/win32/x86/usr/bin/ntox86-ld caught signal 1
make: *** […/…/pcu/rmCtlPCU/o/rmCtlPCU.o] Error 1
make: Target `all’ not remade because of errors.

I use my own Makefile that works fine in the QNX Neutrino Host.

Need some help.
Regards

ogr

Not sure but I think a bug in 6.3.0 requires you to specify library path with -L…/…/…/lib/libdriver/so and the library name like -ldriver