Quoth Michael Hipp: > So now I'm trying to compile LISa 0.2.2 and once I gave it the very > specific version of automake/aclocal it demanded, it's now doing this in > 'make': > > /bin/sh ../libtool --silent --mode=link g++ -Wnon-virtual-dtor > -Wno-long-long -Wundef -Wall -pedantic -W -Wpointer-arith > -Wmissing-prototypes -Wwrite-strings -ansi -D_XOPEN_SOURCE=500 > -D_BSD_SOURCE -Wcast-align -Wconversion -O2 -fno-exceptions > -fno-check-new -DQT_NO_COMPAT -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST > -DKDE_NO_COMPAT -DKDE_NO_COMPAT_H -o lisa @KDE_EXTRA_RPATH@ > addressvalidator.o netmanager.o netscanner.o getdebug.o ipaddress.o > main.o mystring.o simplelist.o client.o configfile.o @LIBSOCKET@ > g++: @KDE_EXTRA_RPATH@: No such file or directory > g++: @LIBSOCKET@: No such file or directory
Items between @s, such as @LIBSOCKET@, are placeholders that configure is supposed to replace with actual path names. Kurt -- What good is a ticket to the good life, if you can't find the entrance? _______________________________________________ Linux-users mailing list [EMAIL PROTECTED] Unsubscribe/Suspend/Etc -> http://www.linux-sxs.org/mailman/listinfo/linux-users
