Matthew Leonhardt wrote: [] > A very helpful FAQ. I'm sure Alex will appreciate.
Your current problem is also covered in the FAQ, although you might not have noticed the crucial lines in all those error messages: [] > mkdir ./html > cd ./html && gtkdoc-mkhtml atk ../atk-docs.sgml > Unknown option: n > Usage: head [-options] <url>... > -m <method> use method for the request (default is 'HEAD') [] > Failed: phase compiling: atk1-1.12.1-1 failed There is FAQ#Q6.4: "I'm getting a strange usage message from the head command. What's broken?" at <http://fink.sourceforge.net/faq/faq.en.html#comp-general.head> Your error message is a little different from the one in the FAQ, but it is clear that it is the Perl libwww HEAD command that is talking here, not the correct Unix /usr/bin/head. You'll have to find out where this wrong HEAD is sitting. If it is your /usr/bin/head that has been replaced by a rogue HEAD, you need to get the correct head back from your system disk. If it is a bad /sw/bin/head or /usr/local/bin/head, you have to remove them. -- Martin ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Fink-beginners mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fink-beginners
