Paul D. Smith <[EMAIL PROTECTED]> wrote:
%% Dan Espen <[EMAIL PROTECTED]> writes:
de> Our INSTALL.fvwm file suggests that the user should export
de> LDFLAGS on Solaris (for example). The Solaris man pages for
de> Solaris 2.6 and 2.8 identify LD_OPTIONS as the right variable.
de> HPUX11.11 uses LDOPTS. AIX 4.3 doesn't seem to have anything.
de> Anyone know where LDFLAGS works?
LDFLAGS is the variable used by the Makefile when invoking the
linker.
I've always wondered about this....
Whenever I download other packages that require XPM, I never have to
explicitly set LDFLAGS (SunOS-5.7); in fvwm is has to be set by hand.
Why is that ? Why is there a distinction and can't configure.in (Paul S. :-)
be fixed in fvwm ?
For instance, xscreensaver-3.32 doesn't require this explicit setting
(www.jwz.org/xscreensaver). My command lines for xscreensaver looks as
follows,
$ ./configure \
--prefix=/download/xscreensaver-3.32/done \
--with-xpm=/download/xpm-3.4k-solaris
xscreensaver even adds the include/lib subdirectories appropriately
to the compile procedure.
Couldn't fvwm do the same exact thing ???
Today with fvwm I have to do the following,
$ setenv LDFLAGS -R/download/xpm-3.4k-solaris/lib
$ ./configure \
--prefix=/tools/download/fvwm-2.3.32/done \
--with-xpm-library=/download/xpm-3.4k-solaris/lib \
--with-xpm-includes=/download/xpm-3.4k-solaris/include
Thanks
_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com
--
Visit the official FVWM web page at <URL:http://www.fvwm.org/>.
To unsubscribe from the list, send "unsubscribe fvwm-workers" in the
body of a message to [EMAIL PROTECTED]
To report problems, send mail to [EMAIL PROTECTED]