Date: Fri, 30 Jan 1998 13:13:52 -0500 From: Lee Cremeans <lee@wakky.dyn.ml.org> To: stephen farrell <sfarrell@healthquiz.com> Cc: hackers@FreeBSD.ORG Subject: Re: [Elliot Lee <sopwith@cuc.edu>] Re: problems compiling obgtk under freebsd Message-ID: <19980130131352.29307@wakky.dyn.ml.org> In-Reply-To: <87d8h9oo5d.fsf@phaedrus.uchicago.edu>; from stephen farrell on Fri, Jan 30, 1998 at 11:41:18AM -0600 References: <87d8h9oo5d.fsf@phaedrus.uchicago.edu>
next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, Jan 30, 1998 at 11:41:18AM -0600, stephen farrell wrote: > > So I'm having trouble compiling elliot lee's gtk/objective c bindings > which are used in the gnome project. The problem is with the linker, > which, I'm sure, is in fact buggy as elliot points out below (b/c I've > had about 1,000,000 compiles with libtool tell me so =). Are the object files being produced with the -fPIC -DPIC switches to GCC? You need them in FreeBSD to produce shareable (position-independent) code, since we don't use ELF (yet). Also, I've gotten the "relinking on behalf of you buggy system linker" messages from libtool lots of times (I believe it has to do with the way we do dlopen() and friends), but as long as -fPIC is on, that shouldn't matter. -- Lee C. -- Manassas, VA, USA (WakkyMouse on DALnet #watertower) A! JW223 YWD+++^ri P&B++ SL+++^i GDF B&M KK--i MD+++i P++ I++++ Did $++ E5/10/70/3c/73ac/95/96 H2 PonPippi Ay77 M | hcremean (at) vt.edu FreeBSD/Linux/Unix hacker...Win95 and M$ evil! (go see www.freebsd.org) My home page: http://wakky.dyn.ml.org/~lee | finger me for geek code
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19980130131352.29307>