On Tue, Feb 26, 2002 at 03:49:03PM -0500, Jeff Trawick wrote:
> Beware, there is something not quite right somewhere...
>
> See how exec_prefix hasn't been expanded in the invocation below.
>
> /bin/sh /usr/home/trawick/regress/httpd-2.0/shlibtool --mode=link gcc
> -g -O2 -Wall -Wmissing-prototypes -Wstrict-prototypes
> -Wmissing-declarations -DNO_DBM_REWRITEMAP -D_REENTRANT
> -D_THREAD_SAFE -DAP_DEBUG -DAP_HAVE_DESIGNATED_INITIALIZER
> -I. -I/usr/home/trawick/regress/httpd-2.0/os/unix
> -I/usr/home/trawick/regress/httpd-2.0/server/mpm/prefork
> -I/usr/home/trawick/regress/httpd-2.0/modules/http
> -I/usr/home/trawick/regress/httpd-2.0/modules/proxy
> -I/usr/home/trawick/regress/httpd-2.0/include
> -I/usr/home/trawick/regress/httpd-2.0/srclib/apr/include
> -I/usr/home/trawick/regress/httpd-2.0/srclib/apr-util/include
> -I/usr/home/trawick/regress/httpd-2.0/modules/dav/main
> -I/usr/home/trawick/regress/httpd-2.0/srclib/apr-util/include
> -I/usr/home/trawick/regress/httpd-2.0/srclib/apr-util/xml/expat/lib
> -export-dynamic -o mod_echo.la -rpath {exec_prefix}/modules
> -module -avoid-version mod_echo.lo
> shlibtool: link: only absolute run-paths are allowed
Hmm...can you send me your config.nice? Looks like we're not escaping
a $ in a makefile perhaps?
-aaron