Date: Mon, 6 Jun 2005 14:10:32 -0600 From: Mike Durian <durian@shadetreesoftware.com> To: freebsd-openoffice@freebsd.org Subject: 2.0-devel, epm, libfltk and libm Message-ID: <200506061410.33055.durian@shadetreesoftware.com>
next in thread | raw e-mail | index | archive | help
I'm trying to build 2.0-devel (m107) and the build process is dying trying to build epm: ============= Building project epm ============= /disk2/ports/editors/openoffice-2.0-devel/work/epm ------------- mkdir ./unxfbsd.pro/misc/build/epm-3.7/ mkdir: ./unxfbsd.pro/misc/build/epm-3.7/: File exists cd ./unxfbsd.pro/misc/build/epm-3.7/ && make && touch so_built_epm Linking setup... /usr/X11R6/lib/libfltk.a(Fl_Valuator.o)(.text+0x116): In function `Fl_Valuator::step(double)': : undefined reference to `rint' [... more missing math functions] It looks like the epm build is not linking with -lm. Here's my hypothosis. I notice the toplevel makefile does not require fltk, so I'm assuming it is optional. However, the epm configure script found I had libfltk installed and decided to use it, but it did not pick up the libm dependancy. mike
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200506061410.33055.durian>