>gcc -o fvwm2 -O2 -m486 -ansi -L/usr/X11R6/lib add_window.o bindings.o borders.o builtins.o colormaps.o
>colors.o complex.o decorations.o events.o focus.o functions.o fvwm.o icons.o menus.o
> misc.o module.o move.o placement.o read.o resize.o style.o virtual.o windows.o -lXpm
> -lXExExt -lXext -lX11 ../libs/libfvwm2.a
The linraries needs to eb in a different order:
was:
> -lXExExt -lXext -lX11 ../libs/libfvwm2.a
should be:
> ../libs/libfvwm2.a -lXExExt -lXext -lX11
--
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 - 07:55:12 GMT