Yes, most of this has to do with computers. I need to get outside more. Some of them are things where I wonder, "did the creator ever actually use this thing? Because it is really clear to me, given the way I use the thing, that it's crap!" Some of the other items are just me thinking out loud.
Yes, a lot of the stuff here is no longer valid. It was at the time, though, so there.
--no-defaults command line option with mysqladmin.
foo@bar:~/Src/JOGL/jogl/make$ ~/Src/Ant/apache-ant-1.6.5/bin/ant linux -v --execdebug exec "/usr/bin/java" -classpath "/home/foo/Src/Ant/apache-ant-1.6.5/lib/ant-launcher.jar" -Dant.home="/home/foo/Src/Ant/apache-ant-1.6.5" -Dant.library.dir="/home/foo/Src/Ant/apache-ant-1.6.5/lib" org.apache.tools.ant.launch.Launcher -cp "" "linux" "-v" Apache Ant version 1.6.5 compiled on June 2 2005 Buildfile: build.xml Detected Java version: 1.4 in: /usr/lib/jvm/java-1.4.2-gcj-4.0-1.4.2.0/jre Detected OS: Linux parsing buildfile /home/foo/Src/JOGL/jogl/make/build.xml with URI = file:///home/foo/Src/JOGL/jogl/make/build.xml Project base dir set to: /home/foo/Src/JOGL/jogl/make BUILD FAILED Target `all' does not exist in this project. at org.apache.tools.ant.Project.tsort(java.lang.String, java.util.Hashtable, java.util.Hashtable, java.util.Stack, java.util.Vector) (Unknown Source) at org.apache.tools.ant.Project.topoSort(java.lang.String[], java.util.Hashtable, boolean) (Unknown Source) at org.apache.tools.ant.Project.topoSort(java.lang.String, java.util.Hashtable, boolean) (Unknown Source) at org.apache.tools.ant.Project.executeTarget(java.lang.String) (Unknown Source) at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(org.apache.tools.ant.Project, java.lang.String[]) (Unknown Source) at org.apache.tools.ant.Project.executeTargets(java.util.Vector) (Unknown Source) at org.apache.tools.ant.Main.runBuild(java.lang.ClassLoader) (Unknown Source) at org.apache.tools.ant.Main.startAnt(java.lang.String[], java.util.Properties, java.lang.ClassLoader) (Unknown Source) at org.apache.tools.ant.launch.Launcher.run(java.lang.String[]) (Unknown Source) at org.apache.tools.ant.launch.Launcher.main(java.lang.String[]) (Unknown Source) at gnu.java.lang.MainThread.call_main() (/usr/lib/libgcj.so.6.0.0) at gnu.java.lang.MainThread.run() (/usr/lib/libgcj.so.6.0.0) Total time: 1 second foo@bar:~/Src/JOGL/jogl/make$ echo $CLASSPATH foo@bar:~/Src/JOGL/jogl/make$ export CLASSPATH=/home/foo/Src foo@bar:~/Src/JOGL/jogl/make$ ~/Src/Ant/apache-ant-1.6.5/bin/ant linux -v --execdebug exec "/usr/bin/java" -classpath "/home/foo/Src/Ant/apache-ant-1.6.5/lib/ant-launcher.jar" -Dant.home="/home/foo/Src/Ant/apache-ant-1.6.5" -Dant.library.dir="/home/foo/Src/Ant/apache-ant-1.6.5/lib" org.apache.tools.ant.launch.Launcher -cp "/home/foo/Src" "linux" "-v" Apache Ant version 1.6.5 compiled on June 2 2005 Buildfile: build.xml Detected Java version: 1.4 in: /usr/lib/jvm/java-1.4.2-gcj-4.0-1.4.2.0/jre Detected OS: Linux parsing buildfile /home/foo/Src/JOGL/jogl/make/build.xml with URI = file:///home/foo/Src/JOGL/jogl/make/build.xml Project base dir set to: /home/foo/Src/JOGL/jogl/make Build sequence for target(s) `linux' is [linux] Complete build sequence is [linux, ] linux: [echo] pong BUILD SUCCESSFUL Total time: 1 second
$ ./configure
creating cache ./config.cache
checking for ocamlc... /cygdrive/d/Apps/Objective Caml/bin/ocamlc
checking for ocaml... /cygdrive/d/Apps/Objective Caml/bin/ocaml
checking for camlp4... /cygdrive/d/Apps/Objective Caml/bin/camlp4
dirname: too many arguments
Try `dirname --help' for more information.
/cygdrive/d/Apps/Objective: not found
/cygdrive/d/Apps/Objective: not found
configure: error: OCaml version found ; version 3.04 or greater is needed