From owner-freebsd-questions Fri Nov 5 13:18:34 1999 Delivered-To: freebsd-questions@freebsd.org Received: from cc942873-a.ewndsr1.nj.home.com (cc942873-a.ewndsr1.nj.home.com [24.2.89.207]) by hub.freebsd.org (Postfix) with ESMTP id 809E014D64 for ; Fri, 5 Nov 1999 13:18:30 -0800 (PST) (envelope-from cjc@cc942873-a.ewndsr1.nj.home.com) Received: (from cjc@localhost) by cc942873-a.ewndsr1.nj.home.com (8.9.3/8.9.3) id QAA24532 for freebsd-questions@FreeBSD.ORG; Fri, 5 Nov 1999 16:21:58 -0500 (EST) (envelope-from cjc) From: "Crist J. Clark" Message-Id: <199911052121.QAA24532@cc942873-a.ewndsr1.nj.home.com> Subject: Problem make'ing aout Ports To: freebsd-questions@FreeBSD.ORG (FreeBSD Questions) Date: Fri, 5 Nov 1999 16:21:58 -0500 (EST) Reply-To: cjclark@home.com X-Mailer: ELM [version 2.4ME+ PL54 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I am having trouble getting the ports to build the way I want. I need to create some aout xpm shared libs. I thought I should just be able to, # make PORTOBJFORMAT=aout And get aout objects made. However, after issuing that command and going throughthe whole make, # file work/xpm-3.4k/lib/libXpm.so.4.11 work/xpm-3.4k/lib/libXpm.so.4.11: ELF 32-bit LSB shared object, Intel 80386, version 1 (FreeBSD), not stripped I find that I have elf libs. From the bsd.port.mk file (and running ths make with '-dv'), I do believe that my command line does set PORTOBJFORMAT properly. But it seems that it is not taken into account during the compile. How do I get this done? -- Crist J. Clark cjclark@home.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message