From owner-freebsd-questions Thu Feb 20 07:50:11 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id HAA18773 for questions-outgoing; Thu, 20 Feb 1997 07:50:11 -0800 (PST) Received: from bmcgover-pc.cisco.com (bmcgover-pc.cisco.com [171.69.104.147]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id HAA18737 for ; Thu, 20 Feb 1997 07:50:00 -0800 (PST) Received: from bmcgover-pc.cisco.com (localhost.cisco.com [127.0.0.1]) by bmcgover-pc.cisco.com (8.8.5/8.8.2) with ESMTP id KAA04430 for ; Thu, 20 Feb 1997 10:49:28 -0500 (EST) Message-Id: <199702201549.KAA04430@bmcgover-pc.cisco.com> To: questions@freebsd.org Subject: Cross compiling on FreeBSD... Date: Thu, 20 Feb 1997 10:49:28 -0500 From: Brian McGovern Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk This question may be a little off topic, but one of our software engineers recently aquired a handful of PCs running QNX in order to do a project. I would like to be able to port some of my more common utilities, such as postgres95, and a few other tools. Unfortuantely, the Watcom C compiler that we got with the system seems to be rather inadequate to do the builds, so I originally thought I would compile the GNU C compiler, and go from there. Same problem. I'm now wondering if its possible to get my FreeBSD box (I'll rebuild GCC if I have to) to make binaries that would be compatable with QNX, so I could do the builds, then move the libraries and executables over (or just link static and be done with it). Any help, as always, is appreciated. -Brian