From owner-freebsd-questions Sat Mar 17 19:24:19 2001 Delivered-To: freebsd-questions@freebsd.org Received: from be-well.ilk.org (lowellg.ne.mediaone.net [24.147.184.128]) by hub.freebsd.org (Postfix) with ESMTP id AF0C237B718 for ; Sat, 17 Mar 2001 19:24:16 -0800 (PST) (envelope-from lowell@be-well.ilk.org) Received: (from lowell@localhost) by be-well.ilk.org (8.11.3/8.11.3) id f2I3O3021718; Sat, 17 Mar 2001 22:24:03 -0500 (EST) (envelope-from lowell) To: freebsd-questions@freebsd.org, wayne.pascoe@realtime.co.uk Subject: Re: Midgard on FreeBSD (dying on iconv) References: From: Lowell Gilbert Date: 17 Mar 2001 22:24:02 -0500 In-Reply-To: wayne.pascoe@realtime.co.uk's message of "17 Mar 2001 00:25:56 +0100" Message-ID: <44ae6jn4j1.fsf@lowellg.ne.mediaone.net> Lines: 18 X-Mailer: Gnus v5.7/Emacs 20.7 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG wayne.pascoe@realtime.co.uk (Wayne Pascoe) writes: > Does anyone here have Midgard 1.4 running on FreeBSD 4.x ? > > I am trying to build the midgard-libs-1.4 > I have run ./configure. When I run gmake, I get the following error: > > gcc -I/usr/local/lib -I/usr/local/include/glib12 -L/usr/local/lib -L/usr/local/lib/mysql -L/usr/local/lib -o .libs/repligard common.o read.o import.o rpconfig.o schema.o export.o main.o ../src/.libs/libmidgard.so -lexpat -lmysqlclient -lm -lz -lcrypt -lglib12 -lexpat -lmysqlclient -lm -lz -lcrypt -L/usr/local/lib -lglib12 -Wl,--rpath -Wl,/usr/local/lib > read.o: In function `repligard_import_xml': > read.o(.text+0xe87): undefined reference to `iconv_open' > read.o(.text+0x1063): undefined reference to `iconv_close' > ../src/.libs/libmidgard.so: undefined reference to `iconv' > gmake[1]: *** [repligard] Error 1 > gmake[1]: Leaving directory `/home/waynep/midgard/midgard-lib-1.4/repligard' > gmake: *** [all-recursive] Error 1 iconv is part of the Gnu C library. Check into why you're not picking it up from glib12, which you seem to have included in the link. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message