g++ and linker issue
- From: conrad <conrad@xxxxxxxxxx>
- Date: Wed, 19 Dec 2007 18:45:02 -0800 (PST)
My directory /home/foo/bunk
contains a shared object(gb.so) and
a C++ source file.
I invoke g++:
g++ -L/home/foo/bunk -o driver driver.cc -lgb
/usr/bin/ld: cannot find -lgb
collect2: ld returned 1 exit status
What am I missing here?
--
conrad
.
- Follow-Ups:
- Re: g++ and linker issue
- From: Paul Pluzhnikov
- Re: g++ and linker issue
- From: Martin Vuille
- Re: g++ and linker issue
- Prev by Date: ping fails for link local address( IPv6)
- Next by Date: Re: g++ and linker issue
- Previous by thread: ping fails for link local address( IPv6)
- Next by thread: Re: g++ and linker issue
- Index(es):
Relevant Pages
|