Michal Maruska <[EMAIL PROTECTED]> typed:
:Geoff Wing <[EMAIL PROTECTED]> writes:
:> Run ./.prebuild to regenerate configure.  configure generates rxvtlib.h
:i thought, these scripts should be named like autogen.sh ...

It's not standardised but tends to be called whatever a developer feels
like at the time.  Item "1" in the ``INSTALL'' document tells you what
to run.

:however, now i get:
:gcc -DHAVE_CONFIG_H   -g -O2  -DDEBUG_STRICT   -I/usr/X11R6/include  -I.. -I. -I. -c 
:rxvt.c
:/bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H   -g -O2  -DDEBUG_STRICT   
:-I/usr/X11R6/include  -I.. -I. -I. -c command.c
:libtool: not configured to build any kind of library
:Fatal configuration error.  See the libtool docs for more information.

Given the configure arguments you specified last time, I don't know how
you achieved this.  BTW, you specified --enable-everything which includes
the other arguments you specified.  Run the following egrep:

% egrep '^build_.*libs=' libtool
build_libtool_libs=no
build_old_libs=yes
%

You must have something else interfering if one of those does not say "yes".
What if you remove the config.cache file before rerunning configure?

Regards,
-- 
Geoff Wing : <[EMAIL PROTECTED]>
Rxvt Stuff : <[EMAIL PROTECTED]>
Zsh Stuff  : <[EMAIL PROTECTED]>

Reply via email to