From owner-freebsd-questions Sat Dec 5 09:03:23 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA22231 for freebsd-questions-outgoing; Sat, 5 Dec 1998 09:03:23 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from antares.mailwizards.com (antares.mailwizards.com [210.226.139.156]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA22223 for ; Sat, 5 Dec 1998 09:03:21 -0800 (PST) (envelope-from tad@tads.org) Received: from tads.org (antares [210.226.139.156]) by antares.mailwizards.com (8.9.1a/8.9.1) with ESMTP id CAA00532 for ; Sun, 6 Dec 1998 02:03:14 +0900 (JST) Message-ID: <36696750.107E1C35@tads.org> Date: Sun, 06 Dec 1998 02:03:12 +0900 From: Marc Bradshaw X-Mailer: Mozilla 4.5 [en] (X11; U; FreeBSD 2.2.5-RELEASE i386) X-Accept-Language: en MIME-Version: 1.0 To: questions@FreeBSD.ORG Subject: EsemFax compile probs Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Has anyone comiled faxd from the Esemfax package for FreeBSD ? I get these two errors : # make gcc -Wall -O2 faxd.c -o faxd faxd.c: In function `main': faxd.c:185: `errno' undeclared (first use this function) faxd.c:185: (Each undeclared identifier is reported only once faxd.c:185: for each function it appears in.) faxd.c:185: `ENOTCONN' undeclared (first use this function) *** Error code 1 and... # make gcc -Wall -O2 faxd.c -o faxd /var/tmp/cc0004121.o: Undefined symbol `_crypt' referenced from text segment *** Error code 1 I do believe it is originally for linux. I'm not a c man, more of a hobbler and cobbler, so help, sugestions or a copy of the code and a makefile would be very welcome. Please cc replies to me, I'm no longer on the list, still reading the first 2k messages. Thanks in advance, Tad To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message