Hi, I just built 4.6.0 from source on my linux box and I ran into a problem. It seems I don't have makefile in my home directory with an 'all' target, so the build failed. I fixed lib/makefile to stop it from looking in ~: --- makefile.~1~ 2010-01-26 18:03:32.000000000 -0500 +++ makefile 2010-01-26 18:11:23.000000000 -0500 @@ -286,7 +286,7 @@ all-recursive: @if test -n " guide"; then \ - for subdir in "" guide; do \ + for subdir in guide; do \ (cd $$subdir && $(MAKE) all) || exit 1; \ done \ fi All tests ran successfully. Configured with: $ ./configure --enable-single-host --enable-guide --enable-profile \ --enable-coverage --enable-shared --enable-cplusplus Thanks, Dave p.s. Should this be a bug report, or is the list OK? I'm about to send another one for problems I'm having building on OpenBSD 4.4/AMD.
Afficher les réponses par date
participants (1)
-
David N Murray