From owner-freebsd-ports Mon Jan 11 11:45:23 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA18889 for freebsd-ports-outgoing; Mon, 11 Jan 1999 11:45:23 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from axl.noc.iafrica.com (axl.noc.iafrica.com [196.31.1.175]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA18864 for ; Mon, 11 Jan 1999 11:45:07 -0800 (PST) (envelope-from sheldonh@axl.noc.iafrica.com) Received: from sheldonh (helo=axl.noc.iafrica.com) by axl.noc.iafrica.com with local-esmtp (Exim 2.10 #1) id 0zznGC-000L1C-00 for ports@freebsd.org; Mon, 11 Jan 1999 21:44:24 +0200 From: Sheldon Hearn To: ports@FreeBSD.ORG Subject: Should xmcd build without static XFree86 libraries? Date: Mon, 11 Jan 1999 21:44:24 +0200 Message-ID: <80797.916083864@axl.noc.iafrica.com> Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi folks, I'm working on an ELF 3.0-CURRENT (Mon 11 Jan) system. I rebuilt XFree86 from the ports tree today and chose NOT to build static libraries during the XFree86 port's configure question run. I'm now trying to build xmcd from the ports tree and get the following: cc -o xmcd -O2 -L/usr/X11R6/lib cdfunc.o dbprog.o geom.o help.o hotkey.o main.o widget.o ../common_d/libutil.a ../cddb_d/libcddb.a ../libdi_d/libdi.a -L/usr/X11R6/lib -lXm -lXaw -lXmu -lXt -lSM -lICE -lXext -lX11 -lcam -lxpg4 -Wl,-rpath,/usr/X11R6/lib /usr/libexec/elf/ld: cannot open -lXm: No such file or directory *** Error code 1 Stop. [...] Do you think this is a result of chosing not to build static libraries, or should I look elsewhere? Thanks, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message