Search Results

3
votes
3answers
1k views

How to link using GCC without -l and without hardcoding path

I have a shared library that I wish to link an executable against using GCC. The shared library has a nonstandard name not of the form libNAME.so, so I can not use the usual -l option. (It happens …