On Thu, Nov 01, 2007 at 09:33:49AM -0400, John Saylor wrote:

> [EMAIL PROTECTED] 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

Reply via email to