> From: Rohaizam Abu Bakar > Sent: Wednesday, 8 October 2003 2:09 PM > > Sorry, I meant conftest.c :-( > > > > > # gcc -o > > > conftest -g -O2 -pthread -D_THREAD_SAFE -Wall -D_GNU_SOURCE -DNDEBUG > > > conftest.c > > > configure:7980:22: confdefs.h: No such file or directory > > > configure: In function `main': > > > configure:7986: warning: implicit declaration of function > `gethostbyaddr_r' > > > > OK, can I now see the 'ldd conftest' output, and what happens when you try > > to run it? > > > > I can't find conftest.c file either... I just created conftest.c and run > above and error!! how about confdefs.h ?? Can you give me details steps to > test ... i'm not that good on compiling like this...
conftest.c is the program I gave you... The above gcc output doesn't have any errors, just warnings. You should still have gotten a file called 'conftest' in the current directory. Run "ldd conftest" and show us the output, and also "./conftest" and see what that does. Unless you get back to me this afternoon/evening (my time, +10GMT) then this will probably still be broken in 0.9.2 since I want to create the tarball this evening and release it tomorrow, and this is the main issue I'm aware of. -- 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
