bug-mailutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Latest configure changes have broken my build.


From: Sam Roberts
Subject: Latest configure changes have broken my build.
Date: Fri, 15 Feb 2002 11:31:10 -0500
User-agent: Mutt/1.3.16i

Hi Jeff, I get this now:

gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../argp  
-DSYSCONFDIR=\"/usr/local/etc\"  -g  -ggdb -Wall -c obstack.c
/bin/sh ../libtool --mode=link gcc  -g  -ggdb -Wall  -o libmailutils.la   
basename.lo daemon.lo getopt.lo getopt1.lo md5.lo mu_dbm.lo getline.lo 
xstrdup.lo xmalloc.lo argcv.lo mu_argp.lo regex.o fgetpwent.o vasprintf.o 
strndup.o strnlen.o strchrnul.o obstack.o  -lsocket
libtool: link: cannot build libtool library `libmailutils.la' from non-libtool 
objects: regex.o fgetpwent.o vasprintf.o strndup.o strnlen.o strchrnul.o 
obstack.o
make[3]: *** [libmailutils.la] Error 1

I did a make maintainer-clean, then configured with:

#!/bin/sh

  export ENV=/dev/null

  set -x
  aclocal -I m4
  libtoolize --automake
  autoheader
  automake -a -c
  autoconf
  ./configure --disable-shared --enable-debug

Any ideas what could be going on? It looks like libtool is trying to
use .o instead of .lo files, but its all black magic to me.

Sam

-- 
Sam Roberts <address@hidden> (Vivez sans temps mort!)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]