>> On Thu, 16 Nov 1995 10:35:47 -0800,
>> Mark Boyns(M) wrote:
M> I had 2 problems compiling the new fvwm:
M> 2. FvwmBanner didn't link because it was missing -lsocket and -lnsl.
M> This occurred because the FvwmBanner Imakefile defines:
M> EXTRA_LIBRARIES = XPM_LIBRARIES
M> and the Makefile created by imake defines:
M> EXTRA_LIBRARIES = -lsocket -lnsl
M> Note that EXTRA_LIBRARIES in Imakefile overrides the definition by
M> imake. I don't know what to recommend here as a good solution. My
The R6 version of imake likes this syntax:
EXTRA_LIBRARIES .= XPM_LIBRARIES
which, as you might guess, prepends XPM_LIBRARIES to EXTRA_LIBRARIES.
I couldn't find this behaviour documented, but if it is a standard
thing I would think that would be the way to go.
-mb-
--
To unsubscribe from the list, send "unsubscribe fvwm" in the body of a
message to majordomo_at_hpc.uh.edu.
To report problems, send mail to fvwm-owner_at_hpc.uh.edu.
Received on Thu Nov 16 1995 - 16:14:35 GMT