>>>>> Lewis Jones writes:
Lewis> gcc -O -xF -DSYSV -DSVR4 -xF -Wa,-cg92 -I/usr/openwin/include -DSVR4
Lewis> -DSYSV -c icons.c
Lewis> gcc: language F not recognized
Lewis> icons.c:27: X11/xpm.h: No such file or directory
Lewis> *** Error code 1
Lewis> make: Fatal error: Command failed for target `icons.o'
Lewis> Current working directory /export/home/lewis/fvwm-1.24r/fvwm
Lewis> *** Error code 1
Lewis> make: Fatal error: Command failed for target `all'
Have you got the XPM library installed? If not, you might need to
fetch and install it. You can probably get it from an x.org mirror.
The "language F not recognized" stems from the fact that your Imake
setup is tuned for the Sun C compiler but you use gcc. "-xF" is a
meaningful switch for the Sun compiler but gcc thinks you're trying to
tell it about the language. I think you can mostly ignore this message.
kai
--
Life is hard and then you die.
--
Visit the official FVWM web page at <URL:http://www.hpc.uh.edu/fvwm/>.
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 Fri May 23 1997 - 02:36:20 BST