RE: present but cannot be compiled
<[email protected]> Wed, 12 Nov 2003 09:25:51 +0900
| Newsgroups | gmane.network.xinetd |
|---|---|
| Message-ID | <[email protected]> |
Hi, It worked now!! I changed the LIBS line to following. /libs/lib -lsio -lmisc -lxlog -lportable -lstr -lpset -lm -lcrypt -lcompat Thanks a lot Steve. -----Original Message----- From: Steve G [mailto:[email protected]] Sent: Tuesday, November 11, 2003 10:13 PM To: [email protected] Subject: RE: [xinetd] present but cannot be compiled >gcc -O2 -g -O2 -I../libs/include ./itox.c -o itox -L../libs/lib -lsio >-lmisc -lxlog -lstr -lpset -lportable -lm -lcrypt -lcompat You probably need a different link order. The file you want to edit is xinetd/Makefile. Look for LIBS around line 43. Try moving lportable 2 places to the left so that its before -lstr. Experiment with the order. Let me know how it goes so I can update the Makefile. On another note, xinetd should be built since it choked on itox. Most people never need to use itox unless they are converting inetd config files to xinetd. And even then, there are 2 perl scripts included that do nearly the same thing. -Steve Grubb __________________________________ Do you Yahoo!? Protect your identity with Yahoo! Mail AddressGuard http://antispam.yahoo.com/whatsnewfree _______________________________________________ xinetd mailing list [email protected] http://www.xinetd.org/mailman/listinfo/xinetd