Duncan Drennan wrote: >> It seems wget is failing to get the source for the JPEG library for some >> reason. > > After a bit of searching I found out that if I use the --passive-ftp > option with wget then the download succeeds. > > Is there a way via a config or recipe file to set flags for wget? >
In the command-line, please type: echo passive_ftp=on >> ~/.wgetrc This will add the passive FTP option to the configuration file of Wget itself. If this doesn't work, please give me the output of: wget --version which wget Regards, Cesar _______________________________________________ geda-user mailing list [email protected] http://www.seul.org/cgi-bin/mailman/listinfo/geda-user

