This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Undefined References while linking with weak references


>
> Hi,
>
> I'm getting a problem while generating executable (suppose :binA). It is
> using a static lib (suppose : libX.a) now libX has some weak references fro=
> m
> another lib (libY.so) . libY.so is some 3rd party lib and libX.a is my
> library which i've generated using libtool.
> Now while compiling for binaries (binA) gcc throws error for all references
> of libY.so
> Please let me know if i'm doing anything wrong here.
>
> /-
>


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]