In message <199511161835.KAA07835_at_doctor.sdsu.edu>
Mark Boyns <boyns_at_sdsu.edu> wrote:
>
>I had 2 problems compiling the new fvwm:
>
>1. fvwm/fvwm.c uses a basename library function which I don't think is
>very standard. My fix was to simply remove it (it's only used in a
>fprintf):
This should be fixed by using ADD_LIB in the Imakefile:
#if defined(SunArchitecture) && defined(SVR4Architecture)
ADD_LIB = -lgen
#endif
>2. FvwmBanner didn't link because it was missing -lsocket and -lnsl.
>This occurred because the FvwmBanner Imakefile defines:
>
> EXTRA_LIBRARIES = XPM_LIBRARIES
>
>and the Makefile created by imake defines:
>
> EXTRA_LIBRARIES = -lsocket -lnsl
Actually all one needs to do is remove
EXTRA_LIBRARIES = XPM_LIBRARIES
from the Imakefile.
Richard Neitzel thor_at_atd.ucar.edu Torren med sitt skjegg
National Center For Atmospheric Research lokkar borni under sole-vegg
Box 3000 Boulder, CO 80307-3000 Gjø'i med sitt shinn
303-497-2057 jagar borni inn.
--
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:16:50 GMT