> Date: Mon, 15 Jan 1996 00:18:59 -0800 (PST)
> From: Greg Krasnow <greg_at_coredump.extern.ucsd.edu>
...
> module where I am getting the following message in the link stage:
...
> GetFont.o(.text+0x8f): undefined reference to `XLoadQueryFont'
> GetFont.o(.text+0xb3): undefined reference to `XLoadQueryFont'
> make: *** [fvwm2] Error 1
>
This is a common problem. There is an error in the Makefile in ./fvwm -
the order of the libraries is wrong, libfvwm should be first:
gcc -o fvwm2 -O2 -m486 -ansi -L/usr/X11R6/lib ...object files...\
../libs/libfvwm2.a -lXpm -lXExExt -lXext -lX11
--
Mark Powell, Senior Software Engineer <medp_at_primag.co.uk>
Primagraphics Limited, Graphics Court, Melbourn Science Park,
Melbourn, Royston, Herts SG8 6EJ, England. Tel. +44 1763 262041
--
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 Mon Jan 15 1996 - 04:52:23 GMT