From owner-fhttpd@phobos.illtel.denver.co.us Thu Dec 17 00:44:38 1998 Received: (from majordomo@localhost) by phobos.illtel.denver.co.us (8.9.1a/8.6.9) id AAA02924 for fhttpd-outgoing; Thu, 17 Dec 1998 00:44:38 -0800 Date: Thu, 17 Dec 1998 00:44:34 -0800 (PST) From: Alex Belits To: root cc: fhttpd@phobos.illtel.denver.co.us Subject: [fhttpd] Re: Red Hat 5.1 Compile problem In-Reply-To: <3678C1ED.C6EB0FEA@austin.rr.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-fhttpd@phobos.illtel.denver.co.us Precedence: bulk On Thu, 17 Dec 1998, root wrote: > Alex, > > I'm using RedHat 5.1 and am having problems compiling fhttpd. It > sounds like I have the > same problem as Scott (scottrus@ipass.net) who sent a message to the > mailing-list on > June 5th 1998. Unfortunatly, no resolution to the problem is present in > the archives. Could > you please tell me if there was a resolution to that problem? > > I have a later version libc than is recommended on the webpage. > > Here is the head of the link errors: > > gcc -lcrypt -o fhttpd pseudopoll.o lists.o wildmat.o util.o configfile.o > users.o process.o loadedfile.o sockobj.o configargs.o fhttpd.o > lists.o: In function `Item type_info function': > lists.o(.text+0x851): undefined reference to `__rtti_user' > configfile.o: In function `readconfig(char *)': > configfile.o(.text+0x2470): undefined reference to `__eh_pc' Change line: LD = $(CC) to: LD = $(CXX) in Makefile -- Alex - fhttpd information: http://phobos.illtel.denver.co.us/pub/fhttpd/ list archive: http://phobos.illtel.denver.co.us/ml/fhttpd/