Project Home
Project Home
Trackers
Trackers
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - Can't set shared library name: (1 Item)
   
Can't set shared library name  
I can't seem to get a shared library renamed appropriately.   The output I get is from a linker -o option, not the 
desired -h option.  How do I get rid of the -o option and have the -h option name the library using the IDE?  I've set 
the name in the project's properties linker options.

I want libftarenderer_proxy.so.1 but can only get libfta_renderer_g.so

C:/QNX650/host/win32/x86/usr/bin/rm -f
U:/perforce/EmbeddedApps/CTA/QNX/src/fta/QNX_Proxy/fta_renderer/x86/so-g/libfta_renderer_g.so
C:/QNX650/host/win32/x86/usr/bin/qcc -Vgcc_ntox86  -lang-c++ -shared -Wl,-hlibftarenderer_proxy.so.1 -lang-c++
-oU:/perforce/EmbeddedApps/CTA/QNX/src/fta/QNX_Proxy/fta_renderer/x86/so-g/libfta_renderer_g.so

- Craig Olney