> From: ERIC M REISCHER
> Sent: Wednesday, 12 November 2003 5:10 AM

> When compiling 0.9.2 on a Debian/GNU machine with binutils 2.12.90.0.1, I
> receive the following compile errors (same error on multiple machines):

> mode=link ld \
> -module -static  -Wall -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall
> -D_GNU_SOURCE -g -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align
> -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations
> -Wnested-externs  -D_LIBRADIUS -I../include dict.o print.o radius.o valuepair.o
> token.o misc.o log.o filters.o missing.o md4.o md5.o sha1.o hmac.o snprintf.o
> isaac.o smbdes.o crypt.o -o libradius.a
> ld: unrecognised emulation mode: odule
> Supported emulations: elf_i386 i386linux
> make[5]: [libradius.a] Error 1 (ignored)

> ...and...

> mode=link gcc -release 0.9.2 \
> -module   -Wall -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall
> -D_GNU_SOURCE -g -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align
> -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations
> -Wnested-externs  -D_LIBRADIUS -I../include -o libradius.la -rpath
> /usr/lib/freeradius dict.lo print.lo radius.lo valuepair.lo token.lo misc.lo
> log.lo filters.lo missing.lo md4.lo md5.lo sha1.lo hmac.lo snprintf.lo isaac.lo
> smbdes.lo crypt.lo
> gcc: 0.9.2: No such file or directory
> gcc: /usr/lib/freeradius: No such file or directory
> gcc: dict.lo: No such file or directory
> ...
> gcc: crypt.lo: No such file or directory
> gcc: unrecognized option `-release'
> gcc: unrecognized option `-rpath'
> gcc: No input files
> make[5]: [libradius.la] Error 1 (ignored)
> 
> The build continues on, but eventually fails later on due to the above libraries
> not being built.  The last version I attempted to compile was 0.5, and it ran
> successfully.

What version of the libtool and/or libtool1.4 packages do you have installed?

This looks _like_ (but is not identical to) the errors that not having libtool1.4
caused.
--
Paul "TBBle" Hampson
Bubblesworth Pty Ltd (ABN: 51 095 284 361)
[EMAIL PROTECTED]

On a sidewalk near Portland State
University someone wrote `Trust Jesus', and
someone else wrote `But Cut the Cards'.


- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Reply via email to