On 11/01/2009, Paul Parkyn <[email protected]> wrote: > Hello, I have been trying to install Fblib components. The compile fails > with > "Compile IDE (without linking)" completed > /usr/bin/ld: cannot find -lfbclient > /usr/lib/lazarus/ide/lazarus.pp(114,1) Error: Error while linking > /usr/lib/lazarus/ide/lazarus.pp(114,1) Fatal: There were 1 errors > compiling module, stopping > > I am using Lazarus 0.9.24 beta, Firebird 2.0 Classic and the Fblib > package is fblaz 0.7.3. > Distro is Ubuntu 8.04
you probably need to install a libfbclient-dev package or make a symlink so you have a file called libfbclient.so. henry _______________________________________________ Lazarus mailing list [email protected] http://www.lazarus.freepascal.org/mailman/listinfo/lazarus
