[fpc-devel] Lazarus Linkage Error
Marco van de Voort
marcov at stack.nl
Mon Dec 18 12:27:17 CET 2006
On Sat, Dec 16, 2006 at 01:52:59AM -0500, fpc at net261.com wrote:
> make[2]: Leaving directory `/home/robert/svn/lazarus/ide'
> make[1]: *** [ide] Error 2
> make[1]: Leaving directory `/home/robert/svn/lazarus/ide'
> make: *** [ide] Error 2
> robert at juniper:~/svn/lazarus$
>
> For some reason, it seems that everything else finds the gdk_pixbuf
> library just fine. Any suggestions would be greatly appreciated.
Fine when running or compiling?
Unix libraries often have names like
libbasename.so.x.y (or libbasename.a.x.y for static libs) which ready made
programs are linked against, while compilers search for libbasename.so (or
libbasename.a).
You probably need to create the symlink. (on Linux such symlinks are in the
-devel package together with the headers)
More information about the fpc-devel
mailing list