[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
x11/ion link bug
- To: ports_(_at_)_openbsd_(_dot_)_org
- Subject: x11/ion link bug
- From: dons_(_at_)_cse_(_dot_)_unsw_(_dot_)_edu_(_dot_)_au (Donald Bruce Stewart)
- Date: Sat, 19 Apr 2003 20:29:22 +1000
Hey all,
x11/ion dies on startup with:
/usr/libexec/ld.so: Undefined symbol "_XextFindDisplay"
The machine is a pre-ELF -current x86 from April 3rd.
These seems to be the same as the bug reported here:
http://naughty.monkey.org/openbsd/archive/misc/0211/msg00660.html
And the fix is the same thing:
----------------------------------------------------------------------
--- system.mk.old Sat Apr 19 20:06:32 2003
+++ system.mk Sat Apr 19 20:08:32 2003
@@ -88,7 +88,7 @@
CFLAGS+= $(WARN) $(DEFINES) $(INCLUDES) $(EXTRA_INCLUDES)
-LDFLAGS+= $(LIBS) $(EXTRA_LIBS)
+LDFLAGS+= -lXext $(LIBS) $(EXTRA_LIBS)
##
----------------------------------------------------------------------
Comments? There is probably a nicer way to do that. I didn't
look too hard...
The port does not have a MAINTAINER entry, the previous
maintainer withdrawing, so I guess I'll pick it up if nobody
objects.
Cheers,
Don
Visit your host, monkey.org