On Sat, Dec 16, 2006 at 01:52:59AM -0500, [EMAIL PROTECTED] 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 > [EMAIL PROTECTED]:~/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) _______________________________________________ fpc-devel maillist - fpc-devel@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-devel