From 8131e7bac79573e3322d5958ae29605e4f9c425d Mon Sep 17 00:00:00 2001 From: toy <toy> Date: Thu, 14 Nov 2002 03:53:19 +0000 Subject: [PATCH] XFree 4.2 needs -ldl, as noted by Eric Marsden. --- motif/server/Config.x86 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/motif/server/Config.x86 b/motif/server/Config.x86 index 6c2c9238a..de0f34ed4 100644 --- a/motif/server/Config.x86 +++ b/motif/server/Config.x86 @@ -1,6 +1,6 @@ CFLAGS = -O2 -I/usr/X11R6/include -I. -I$(VPATH) LDFLAGS = -L/usr/X11R6/lib -LIBS = -static -lXm -dynamic -lXt -lXext -lX11 -lSM -lICE -lXp +LIBS = -static -lXm -dynamic -lXt -lXext -lX11 -lSM -lICE -lXp -ldl # This def assumes you are building in the same or parallel # tree to the CVS souce layout. Sites may need to customize # this path. -- GitLab