From: John L. <jo...@su...> - 2004-04-15 17:39:28
|
It's expecting the environment variable $PREFIX to be set. you can do that by prepending like so: $PREFIX=/usr/local/mingw32 ./build-all.sh John peter green wrote: >root@knoppix:~/colinux-20040415/bin# ./build-all.sh >Please specify the $PREFIX directory (e.g, /usr/local/mingw32) >root@knoppix:~/colinux-20040415/bin# ./build-all.sh /usr/local/mingw32 >Please specify the $PREFIX directory (e.g, /usr/local/mingw32) >root@knoppix:~/colinux-20040415/bin# ./build-all.sh >$PREFIX=/usr/local/mingw32 >Please specify the $PREFIX directory (e.g, /usr/local/mingw32) >root@knoppix:~/colinux-20040415/bin# > >what should i type? >--- >Outgoing mail is certified Virus Free. >Checked by AVG anti-virus system (http://www.grisoft.com). >Version: 6.0.648 / Virus Database: 415 - Release Date: 31/03/2004 > > > >------------------------------------------------------- >This SF.Net email is sponsored by: IBM Linux Tutorials >Free Linux tutorial presented by Daniel Robbins, President and CEO of >GenToo technologies. Learn everything from fundamentals to system >administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click >_______________________________________________ >coLinux-devel mailing list >coL...@li... >https://lists.sourceforge.net/lists/listinfo/colinux-devel > > |