[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[cvs] configure problem
From: |
Karl Chen |
Subject: |
[cvs] configure problem |
Date: |
09 Jun 2003 21:13:03 -0700 |
User-agent: |
Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50 |
src/s/cygwin.h adds -lutil unconditionally but libutil.a is from inetutil and
not usually/always installed. After configure adds -lutil to LIBS, most tests
fail mysteriously if inetutils isn't installed.
How about after the line
LIBS="$libsrc_libs $LIBS"
add a test to make sure the compiler still works.
--
Karl Chen / address@hidden
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [cvs] configure problem,
Karl Chen <=