2008/11/23 Arí Ricardo Ody <[EMAIL PROTECTED]>:
> I'm running lazarus 0.9.26 under Mandriva 2008 Spring Free.
>
> I'm receivng the error:
>
>  /usr/bin/ld: cannot find -lglib
>
> during linkage editing.
>
> I think there's one or more libraries missing(or, at least, a symbolic link). 
> How can I discover what is the trouble? Can someone of you explain a 
> step-by-step way of solve it?
>

it means there is a symbolic link missing.  -lglib means it's trying
to link against libglib.so.  you can fix this by installing a package
like libglib-dev, or similar.

henry

_______________________________________________
Lazarus mailing list
Lazarus@lazarus.freepascal.org
http://www.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to