At 11:35 PM 7/10/2002 -0500, Geoff Hutchison wrote:
>If you don't have autoconf, let me know and I can generate a patch for you.

I've almost gotten configure to work. As suggested, I regenerated
the configure script. I had to install automake, autoconf and the gnu
version of m4. Then, I did this:

- Modified configure.in to change fstream.h to just fstream 
- Removed aclocal.m4
- Ran autoupdate
- Ran aclocal (to regenerate aclocal.m4)
- Ran autoconf
- Ran configure ;-)

I got a few warnings along the way. Autoconf said this:
>configure.in:75: warning: AC_ARG_PROGRAM invoked multiple times
>configure.in:146: error: do not use LIBOBJS directly, use AC_LIBOBJ (see section 
>`AC_LIBOBJ vs. LIBOBJS'

Also, a "setenv CC gcc" was required to make configure happy even though
it detected gcc. But then I encountered this:

>configure: warning: CC=gcc: invalid host type
>configure: warning: CFLAGS=-O2: invalid host type

If I unset these (particularly the first) I got things like this:
>checking for cc... cc
>checking for gcc... (cached) cc
>checking for gcc... (cached) cc
>checking whether the C compiler (cc -O ) works... no

Obviously something is still hosed. I couldn't find anything out about
AC_LIBOBJ vs. LIBOBJS except that perhaps autoconf 2.53 made
some changes that break this.

Geoff, would you be kind enough to generate a patch or offer a suggestion
as to what might be wrong now? I feel that I'm sliding down a slippery slope
of fixing things to be used to fix things to be used to fix things...

reb





-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
PC Mods, Computing goodies, cases & more
http://thinkgeek.com/sf
_______________________________________________
htdig-general mailing list <[EMAIL PROTECTED]>
To unsubscribe, send a message to <[EMAIL PROTECTED]> with a 
subject of unsubscribe
FAQ: http://htdig.sourceforge.net/FAQ.html

Reply via email to