This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: shared library [SOLVED]
- From: Guy Deleeuw <Guy dot Deleeuw at eurofer dot be>
- To: gcc-help at gcc dot gnu dot org
- Date: Mon, 19 Sep 2011 17:07:39 +0200
- Subject: Re: shared library [SOLVED]
- References: <1316441652.15113.23.camel@pc-0100>
Work, sorry for the sound !
Le lundi 19 septembre 2011 Ã 16:14 +0200, Guy Deleeuw a Ãcrit :
> Hello
>
> I try to build a shared library that is called by dlopen in an
> executable.
> This library depend itself from another shared library.
> When I run the executable I receive :
>
> undefined symbol
>
> Do you know a way to work around this ?
>
> Best Regards
> Guy
>