Date: Thu, 13 Jan 2000 21:33:19 +0200 From: dmytrots <dmytrots@omega.icmp.lviv.ua> To: freebsd-questions@FreeBSD.ORG Subject: Error Message-ID: <387E287F.9B4E7345@omega.icmp.lviv.ua>
next in thread | raw e-mail | index | archive | help
I compile Postgresql at freeBSD 3.0 and have this error: o ../utils/version.o -lcrypt -lcompat -lln -lm -lreadline -ltermcap -lncurses -export-dynamic port/SUBSYS.o: In function `BSD44_derived_dlopen': port/SUBSYS.o(.text+0x3e): undefined reference to `dlopen' port/SUBSYS.o(.text+0x4c): undefined reference to `dlerror' port/SUBSYS.o: In function `BSD44_derived_dlsym': port/SUBSYS.o(.text+0x84): undefined reference to `dlsym' port/SUBSYS.o: In function `BSD44_derived_dlclose': port/SUBSYS.o(.text+0xb8): undefined reference to `dlclose' /usr/lib/libreadline.so: undefined reference to `sigsetjmp' /usr/lib/libreadline.so: undefined reference to `___toupper' /usr/lib/libmytinfo.so.2: undefined reference to `__srget' /usr/lib/libreadline.so: undefined reference to `_DefaultRuneLocale' /usr/lib/libtermcap.so: undefined reference to `cgetstr' /usr/lib/libmytinfo.so.2: undefined reference to `reallocf' /usr/lib/libreadline.so: undefined reference to `___runetype' /usr/lib/libreadline.so: undefined reference to `_CurrentRuneLocale' /usr/lib/libreadline.so: undefined reference to `__sF' /usr/lib/libreadline.so: undefined reference to `__swbuf' /usr/lib/libtermcap.so: undefined reference to `cgetcap' /usr/lib/libtermcap.so: undefined reference to `cgetset' /usr/lib/libtermcap.so: undefined reference to `cgetent' /usr/lib/libtermcap.so: undefined reference to `cgetnum' /usr/lib/libreadline.so: undefined reference to `___tolower' collect2: ld returned 1 exit status gmake[1]: *** [postgres] Error 1 gmake[1]: Leaving directory `/usr/tmp/postgresql-6.5.3/src/backend' gmake: *** [all] Error 2 What you can say my aboute it? 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?387E287F.9B4E7345>