[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Building and using shared libraries using gccgo



On Thu, Jan 31, 2013 at 6:02 AM, Hilko Bengen <bengen@debian.org> wrote:

> I have not yet figured out how to specify the full namespace-related
> path to the linker yet: -lcode.google.com/p/codesearch/index causes ld
> then to look for libcode.google.com/p/codesearch/index.so which is
> almost but not quite what is needed.

I haven't tried this with your makefile, but you can use
-l:code.google.com/p/codesearch/index.so (note the colon between -l
and code and the addition of .so at the end).

Maybe this works,

Marcelo


Reply to: