From owner-freebsd-hackers Wed Jun 12 22:04:17 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id WAA14300 for hackers-outgoing; Wed, 12 Jun 1996 22:04:17 -0700 (PDT) Received: from tombstone.sunrem.com (tombstone.sunrem.com [206.81.134.54]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id WAA14293 for ; Wed, 12 Jun 1996 22:04:15 -0700 (PDT) Received: (from brandon@localhost) by tombstone.sunrem.com (8.6.12/8.6.12) id XAA11405; Wed, 12 Jun 1996 23:04:11 -0600 Date: Wed, 12 Jun 1996 23:04:10 -0600 (MDT) From: Brandon Gillespie To: freebsd-hackers@freebsd.org Subject: Compiling 'UPS' in FreeBSD.. Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Ok, I've grabbed the latest ups source and attempted to compile it. I have managed to get it to the point of linking, at which point it bombs when trying to link to certain functions (which it 'in theory' defines). As I've reached whits end this evening I'm wondering if anybody else has attempted to compile it (successfully or no). There was a few problems of searched directories (fixed in the Makefile), a problem where a #define somewhere outside of the ups code of 'DT_UNKNOWN' was conflicing with an enum, and another problem where it did a simple test for BSD and then attempted to #include . Thanks for any help rendered.. -Brandon Gillespie (he who is tired of not having a nice debugger)-