[lazarus] Dynamic linked libraries
Claude Rieth
claude.rieth at team.lu
Thu Nov 27 02:43:11 EST 2003
Hi,
had similar problem on my debian box.
-lgds means the linker is looking for library
libgds.so
, if you dont have it, maybe you have libgds.so.2 or libgds-1.2.so or something similar.
To get it to work, simply create a simlink ln -s libgds-whatever.so libgds.so
Hope this helps.
regards,
Claude
25/11/03 01:38:51, Raul Moratalla <raul.moratalla at ono.com> wrote:
>Hi! Is there any command line argument for build lazarus with dynamic linked
>support?
>I can't compile lazarus because I need -lgds: anyone knows what's the name of
>this library? I have mysql-devel and other devel packages installed and I've
>searched information about this command line parameter and what is the name
>of the library, but I didn't found any kind of information.
>
>Thanks for all.
>
>_________________________________________________________________
> To unsubscribe: mail lazarus-request at miraclec.com with
> "unsubscribe" as the Subject
> archives at http://www.lazarus.freepascal.org/mailarchives
>
>
More information about the Lazarus
mailing list