Danek Duvall wrote:
> CFLAGS=-O LDFLAGS=-R$prefix/lib PERL=/usr/bin/perl \
> ./configure --prefix=$prefix \
> --with-xpm-library=$prefix/lib --with-xpm-includes=$prefix/include \
> --with-readline-library=$prefix/lib --with-readline-includes=$prefix/include
I use the follwing with no probs. (using Solaris's ld):
env CPPFLAGS=-I/home/nabird/opt/include CFLAGS=-O2 \
LDFLAGS="-R/home/nabird/opt/lib -s" \
configure \
--prefix=/home/nabird/opt \
--with-xpm-library=/home/nabird/opt/lib \
--with-xpm-includes=/home/nabird/opt/include \
--with-rplay-library=/home/nabird/opt/lib \
--with-rplay-includes=/home/nabird/opt/include \
--with-readline-library=/home/nabird/opt/lib \
--with-readline-includes=/home/nabird/opt/include \
--enable-extras
Try including the equivalent values for CPPFLAGS's -I and LDFLAGS's -R
(or -L); they may cause those dirs. to appear early enough in the command
to work.
--
=====================- http://www.racaldefence.com/ -===================
Neil Bird |
| This .signature is
mailto:neil.bird_at_rdel.co.uk | certified Y2K compliant
--
Visit the official FVWM web page at <URL: http://www.fvwm.org/>.
To unsubscribe from the list, send "unsubscribe fvwm" in the body of a
message to majordomo_at_fvwm.org.
To report problems, send mail to fvwm-owner_at_fvwm.org.
Received on Wed Feb 23 2000 - 03:24:00 GMT