On Thu, Nov 01, 2007 at 09:33:49AM -0400, John Saylor wrote:
> [root_AT_saylor-linux wmii-20071003]# make
> MAKE all libutf/
> MAKE all libfmt/
> MAKE all libbio/
> MAKE all libregexp/
> cc: -lc: linker input file unused because linking not done
> AR lib/libregexp9.a
> ar: .o: No such file or directory
> make[1]: *** [../lib/libregexp9.a] Error 1
> make: *** [dall] Error 2
I think this was fixed in tip, but not in the snap. Edit
libregexp/Makefile and remove the trailing slash on line 14:
Before:
rregsub\
After:
rregsub
Then recompile.
Jakob
Received on Thu Nov 01 2007 - 20:31:21 UTC
This archive was generated by hypermail 2.2.0 : Sun Jul 13 2008 - 16:30:43 UTC