mirror of
https://git.freebsd.org/ports.git
synced 2025-06-30 00:50:29 -04:00
9 lines
245 B
Text
9 lines
245 B
Text
===
|
|
You can't build this port without a.out csu library.
|
|
Please install them as follows:
|
|
|
|
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 cleandir
|
|
===
|