Heya!!! How are you all?
Your Mac favorite compiler is back!
I'm trying to build aMule but I'm facing this problem:
make all-recursive
Making all in intl
make[2]: Nothing to be done for `all'.
Making all in po
make[2]: Nothing to be done for `all'.
Making all in docs
Making all in man
make[3]: Nothing to be done for `all'.
make[3]: Nothing to be done for `all-am'.
Making all in src
Making all in libs
Making all in common
make[4]: Nothing to be done for `all'.
Making all in ec
make all-recursive
Making all in cpp
make all-am
make[7]: Nothing to be done for `all-am'.
make[6]: Nothing to be done for `all-am'.
make[4]: Nothing to be done for `all-am'.
Making all in utils
Making all in cas
Making all in docs
make[5]: Nothing to be done for `all'.
gcc -g -W -Wall -Wshadow -Wundef -ggdb -fno-inline -fmessage-length=0 -O2 -I/opt/local/include -lpthread -L/opt/local/lib -L/opt/local/lib -L/opt/local/lib -L/opt/local/lib -o cas cas-cas.o cas-configfile.o cas-functions.o cas-graphics.o cas-html.o cas-lines.o -lgd -lXpm -lX11 -ljpeg -lfontconfig -lfreetype -lpng -lz -liconv
Undefined symbols:
"_CFURLGetFileSystemRepresentation", referenced from:
_get_path in cas-functions.o
"_CFRelease", referenced from:
_get_path in cas-functions.o
"_FSFindFolder", referenced from:
_get_path in cas-functions.o
"_CFURLCreateFromFSRef", referenced from:
_get_path in cas-functions.o
ld: symbol(s) not found
collect2: ld returned 1 exit status
make[5]: *** [cas] Error 1
make[4]: *** [all-recursive] Error 1
make[3]: *** [all-recursive] Error 1
make[2]: *** [all-recursive] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
Dunno if it has to do with this problem, but I noticed that
arch_flags="-arch i386" is not working anymore in aMule configuration as I keep getting:
Configured aMule 2.3.1 for 'x86_64-apple-darwin10.8.0'.
while using
build=i386 I get
Configured aMule 2.3.1 for 'i386-pc-none'.
Thanks in advance