On Mon, Aug 13, 2012 at 12:48 PM, Chavoux Luyt <[email protected]> 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 -- _______________________________________________ Lazarus mailing list [email protected] http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
