At 03:57 PM 2/25/2002 +0100, rauscher wrote:
>Dear freeradius users,
>
>I tried to port freeradius-0.4 to IBM AIX 4.3.3. First I had to
>configure to build a Makefile.
>The configure came to this point:
>checking whether the C compiler (gcc -g -02 -D_REENTRANT -WALL -D_GNU_
>SOURCE -g
>Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings
>-Wstrict-
>prototypes -Wmissing-prototypes Wmissing-daclarations -Wnested-externs )
>
>works... no
>configure: error: installation or configuration problem: C compiler
>cannot
>create executables.
>configure: error:  ./configure failed for libltdl

That means that while trying to compile a test program the compiler
puked.  It's either a problem with the test program or your compiler.  It
may even be a problem with your linker.

There should be a 'config.log' in the libltdl directory.  The last bit
of that log ( where it failed ) will show you the source of the test
program that it tried to compile.

Try to paste that code into a new file, and compile manually.  You'll
then get a much more descriptive error message from the compiler, that will
help you track down what the problem is.  Once you can compile the test
program by hand, you should be able to 'configure' the server and compile
it without problems.

-Chris
--
    \\\|||///  \  Chris Parker    -    Manager, Development Engineering
    \ ~   ~ /   \       WX *is* Wireless!    \   [EMAIL PROTECTED]
    | @   @ |    \   http://www.starnetwx.net \      (847) 963-0116
oOo---(_)---oOo--\------------------------------------------------------
                   \ Without C we would have 'obol', 'basi', and 'pasal'



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

Reply via email to