Date: Sat, 11 Dec 2004 18:52:35 -0600 From: "Kevin D. Kinsey, DaleCo, S.P." <kdk@daleco.biz> To: questions@freebsd.org Subject: /usr/bin/ld cannot find -lgnumalloc Message-ID: <41BB9653.4070001@daleco.biz>
next in thread | raw e-mail | index | archive | help
Attempting to "make install" in /usr/ports/x11/xorg, a relatively clean install of 5.3_p1: ------------------------------------------------------------------------------------------------------------------------------ cd ./config/imake && make -f Makefile.proto imakeonly cc -O -pipe -O2 -fno-strength-reduce -fno-strict-aliasing -ansi -pedantic -Wno-system-headers -Dasm=__asm -Wall -Wpointer-arith -Wundef -I../../include -I../../exports/include/X11 -I../.. -I../../exports/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DCPP_PROGRAM="\"/usr/bin/cpp\"" -DHAS_MERGE_CONSTANTS=`if cc -fmerge-constants -xc /dev/null -S -o /dev/null 2> /dev/null 1> /dev/null; then echo 1; else echo 0; fi` -c imake.c rm -f imake cc -o imake -O2 -fno-strength-reduce -fno-strict-aliasing -ansi -pedantic -Wno-system-headers -Dasm=__asm -Wall -Wpointer-arith -Wundef imake.o -L/usr/X11R6/lib -lgnumalloc -Wl,-rpath,/usr/X11R6/lib -Wl,-rpath-link,../../exports/lib /usr/bin/ld: cannot find -lgnumalloc *** Error code 1 Stop in /usr/ports/devel/imake-6/work/xc/config/imake. *** Error code 1 Stop in /usr/ports/devel/imake-6/work/xc. make: cannot open xmakefile. *** Error code 2 Stop in /usr/ports/devel/imake-6. *** Error code 1 Stop in /usr/ports/x11/xorg-libraries. *** Error code 1 Stop in /usr/ports/x11/xorg. -------------------------------------------------------------------------------------------------------------------------------------------------- So far my Googling and searches of the mail lists have turned up little help. XFree has never been installed, so I'm thinking that maybe the July note from ports/UPDATING doesn't apply? If anyone can shed some light, or provide a URI describing the issue, I'd appreciate it. Kevin Kinsey
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?41BB9653.4070001>