Re: FVWM: Problem compiling fvwm2.0.40 under Linux/XFree86 3.1.1

From: Robert Nation 885-9815 <rnation_at_mansvr.sanders.lockheed.com>
Date: Mon, 15 Jan 96 08:54:57 EST

>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

This archive was generated by hypermail 2.3.0 : Mon Aug 29 2016 - 19:37:58 BST