WhackAMole n00b
Joined: 27 Jul 2003 Posts: 42 Location: New York
|
Posted: Sun Oct 24, 2004 3:55 am Post subject: fortune-mod doesn't want to compile |
|
|
I have done an un-collision-protected install of recode to get it going (I can always reinstall the MacOS on this machine), but it just doesn't want to work. It died once saying I needed to update the table of contents for /usr/lib/recode.a with ranlib (which I did). Now it is dying with this error:
Code: | cd datfiles && make COOKIEDIR=/usr/share/fortune \
OCOOKIEDIR=/usr/share/fortune/off WCOOKIEDIR=/usr/share/fortune/html \
OFFENSIVE= WEB=0
gcc -s -o fortune fortune.o -lrecode
if [ = 1 ] ; then \
cd off && make OCOOKIEDIR=/usr/share/fortune/off ; fi
/bin/sh: line 1: [: =: unary operator expected
if [ 0 = 1 ] ; then \
cd html && make WCOOKIEDIR=/usr/share/fortune/html; fi
ld: Undefined symbols:
_re_comp
_re_exec
_error
make[1]: *** [fortune] Error 1
make: *** [fortune-bin] Error 2
!!! ERROR: games-misc/fortune-mod-1.99.1 failed.
!!! Function src_compile, Line 50, Exitcode 2
!!! emake failed
!!! If you need support, post the topmost build error, NOT this status message.
|
Any ideas? |
|