Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 5 Nov 1999 16:21:58 -0500 (EST)
From:      "Crist J. Clark" <cjc@cc942873-a.ewndsr1.nj.home.com>
To:        freebsd-questions@FreeBSD.ORG (FreeBSD Questions)
Subject:   Problem make'ing aout Ports
Message-ID:  <199911052121.QAA24532@cc942873-a.ewndsr1.nj.home.com>

next in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199911052121.QAA24532>