1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/www/libxpg4-ns/files/message.nolib
SADA Kenji c8fb2901ca Make good the notation for making c++rt0.o.
Now we should set OBJFORMAT=aout when we build a.out csu libs.

Approved by: maintainer
1999-10-17 21:51:14 +00:00

10 lines
243 B
Plaintext

===
You couldn't build this port for lack of aout csu library files.
You could prepare them as:
1. extract /usr/src/lib (distribution files: src/slib.??)
2. cd /usr/src/lib/csu/i386
3. make depend
4. make OBJFORMAT=aout clean all install
===