Skip site navigation (1)Skip section navigation (2)
Date:      17 Mar 2001 22:24:02 -0500
From:      Lowell Gilbert <lowell@world.std.com>
To:        freebsd-questions@freebsd.org, wayne.pascoe@realtime.co.uk
Subject:   Re: Midgard on FreeBSD (dying on iconv)
Message-ID:  <44ae6jn4j1.fsf@lowellg.ne.mediaone.net>
In-Reply-To: wayne.pascoe@realtime.co.uk's message of "17 Mar 2001 00:25:56 %2B0100"
References:  <m1elvxl2jb.fsf@zaphod.realtime.co.uk>

next in thread | previous in thread | raw e-mail | index | archive | help
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




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