Re: Compiling under freebsd 5.1

2004-04-19 Thread Guillaume Cottenceau
Paul Wolstenholme [EMAIL PROTECTED] writes: gcc -D_REENTRANT=1 -I. -Igw -Wall -O2 -g -I/usr/local/include/libxml2 -I/usr/local/include -I/usr/include/openssl -o wmlscript/wmlsc wmlscript/wmlsc.o libgw.a libwmlscript.a libwap.a libgwlib.a -lssl -lm -lc_r -L/usr/local/lib -lxml2 -lz -lc_r

Re: Compiling under freebsd 5.1

2004-04-19 Thread Paul Wolstenholme
That did the trick. I did read the requirements but for some reason I didn't clue in that freebsd wasn't using gmake. Thanks, Paul On 19-Apr-04, at 7:22 AM, Dziugas Baltrunas wrote: Hi, you should use GNU make (gmake) instead of FreeBSD's make utility. This is noted in the userguide.

Compiling under freebsd 5.1

2004-04-16 Thread Paul Wolstenholme
Greetings, I was wondering if anyone has successfully compiled kannel 1.3.1 under FreeBSD 5.1. Or if someone might have some suggestions on what I might try to get it to compile . /Paul It doesn't seem to want to compile for me: sudo env CFLAGS='-Wall -O2 -g' ./configure