[Lazarus] Newbie linking question...
Daniel Gaspary
dgaspary at gmail.com
Mon Aug 13 19:12:00 CEST 2012
On Mon, Aug 13, 2012 at 12:48 PM, Chavoux Luyt <chavoux at gmail.com> wrote:
> /usr/bin/ld: cannot find -lXxf86vm
> lazarus.pp(133,1) Error: Error while linking
> lazarus.pp(133,1) Fatal: There were 1 errors compiling module, stopping
I believe you are using ubuntu, and this is happening because a missing library.
Try to install the following package: libxxf86vm-dev
sudo apt-get install libxxf86vm-dev
More information about the Lazarus
mailing list