Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 2 Apr 2002 18:18:35 -0600
From:      "David W. Chapman Jr." <dwcjr@inethouston.net>
To:        Mikhail Teterin <mi@aldan.algebra.com>
Cc:        dwcjr@inethouston.net, kris@obsecurity.org, dwcjr@FreeBSD.org, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   Re: cvs commit: ports/net/rdesktop Makefile
Message-ID:  <20020403001835.GE10893@leviathan.inethouston.net>
In-Reply-To: <200204022354.g32NsR9r080687@aldan.algebra.com>
References:  <20020402231640.GA10893@leviathan.inethouston.net> <200204022354.g32NsR9r080687@aldan.algebra.com>

next in thread | previous in thread | raw e-mail | index | archive | help
> This new -current you are testing, probably, still has the library in
> /usr/lib. The library is no longer built/installed by new world, but it
> is still there -- for you, which is why you may don't see the breakage
> without the patch. No idea why the patch breaks, though.

That makes a lot of sense, I forgot about things being left over.

I was getting stranger error earlier, but I think that was do to 
conflicting symbols.

here's what currently happens

dwcjr# make package
===>  Building for rdesktop-1.0.0.p19.7.6_1
gcc -O -pipe -march=k6 -I/usr/local/include   -I/usr/X11R6/include -o 
rdesktop rdesktop.o tcp.o iso.o mcs.o secure.o licence.o rdp.o 
orders.o bitmap.o cache.o xwin.o gnu/getopt.o gnu/getopt1.o 
-L/usr/X11R6/lib -lX11  -lgmp -lcrypto
/usr/libexec/elf/ld: cannot find -lgmp
gmake: *** [rdesktop] Error 1
*** Error code 2

Stop in /usr/home/poseiden/port/rdesktop.
dwcjr# ldconfig -r | grep gmp
        185:-lgmp.4 => /usr/local/lib/libgmp.so.4

-- 
David W. Chapman Jr.
dwcjr@inethouston.net	Raintree Network Services, Inc. <www.inethouston.net>
dwcjr@freebsd.org	FreeBSD Committer <www.FreeBSD.org>

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020403001835.GE10893>