Re: problem with euc on Mac OS Snow Leopard with 4.0 beta 2
- Posted by tiger0581 Sep 01, 2009
- 1224 views
jeremy said...
I uploaded a new file to SF.net. Can you please try it? It's of the same filename. Make sure the file date (when downloading) is 9/1/2009 not 8/31/2009.
Let me know how thinks work with it. I specifically added -m32 to the build process so that a 64bit file isn't built.
If that does not work, can you please use the -verbose parameters to euc and paste the output here in a message?
Thanks,
Jeremy
I just downloaded the file again and it still doesn't work.
Script started on Tue Sep 1 21:21:09 2009 bash-3.2$ euc -verbose ctimer.ex Translating code, pass: 1 2 3 4 5 6 7 8 9 10 11 generating Compiling with GCC Compiling 3% gcc -fomit-frame-pointer -c -w -fsigned-char -O2 -m32 -I/Users/rmann/euphoria -ffast-math init-.c Compiling 14% gcc -fomit-frame-pointer -c -w -fsigned-char -O2 -m32 -I/Users/rmann/euphoria -ffast-math ctimer.c Compiling 22% gcc -fomit-frame-pointer -c -w -fsigned-char -O2 -m32 -I/Users/rmann/euphoria -ffast-math main-.c Compiling 29% gcc -fomit-frame-pointer -c -w -fsigned-char -O2 -m32 -I/Users/rmann/euphoria -ffast-math get.c Compiling 37% gcc -fomit-frame-pointer -c -w -fsigned-char -O2 -m32 -I/Users/rmann/euphoria -ffast-math sequence.c Compiling 44% gcc -fomit-frame-pointer -c -w -fsigned-char -O2 -m32 -I/Users/rmann/euphoria -ffast-math sort.c Compiling 51% gcc -fomit-frame-pointer -c -w -fsigned-char -O2 -m32 -I/Users/rmann/euphoria -ffast-math text.c Compiling 59% gcc -fomit-frame-pointer -c -w -fsigned-char -O2 -m32 -I/Users/rmann/euphoria -ffast-math filesys.c Compiling 66% gcc -fomit-frame-pointer -c -w -fsigned-char -O2 -m32 -I/Users/rmann/euphoria -ffast-math dll.c Compiling 74% gcc -fomit-frame-pointer -c -w -fsigned-char -O2 -m32 -I/Users/rmann/euphoria -ffast-math machine.c Compiling 81% gcc -fomit-frame-pointer -c -w -fsigned-char -O2 -m32 -I/Users/rmann/euphoria -ffast-math memory.c Compiling 88% gcc -fomit-frame-pointer -c -w -fsigned-char -O2 -m32 -I/Users/rmann/euphoria -ffast-math types.c Compiling 96% gcc -fomit-frame-pointer -c -w -fsigned-char -O2 -m32 -I/Users/rmann/euphoria -ffast-math 0et.c Linking 100% gcc -o ctimer init-.o ctimer.o main-.o get.o sequence.o sort.o text.o filesys.o dll.o machine.o memory.o types.o 0et.o /Users/rmann/euphoria/bin/eu.a -lresolv ld: warning: in init-.o, file is not of required architecture ld: warning: in ctimer.o, file is not of required architecture ld: warning: in main-.o, file is not of required architecture ld: warning: in get.o, file is not of required architecture ld: warning: in sequence.o, file is not of required architecture ld: warning: in sort.o, file is not of required architecture ld: warning: in text.o, file is not of required architecture ld: warning: in filesys.o, file is not of required architecture ld: warning: in dll.o, file is not of required architecture ld: warning: in machine.o, file is not of required architecture ld: warning: in memory.o, file is not of required architecture ld: warning: in types.o, file is not of required architecture ld: warning: in 0et.o, file is not of required architecture ld: warning: in /Users/rmann/euphoria/bin/eu.a, file is not of required architecture Undefined symbols: "_main", referenced from: start in crt1.10.6.o ld: symbol(s) not found collect2: ld returned 1 exit status Unable to link ctimer Status: 256 Command: gcc -o ctimer init-.o ctimer.o main-.o get.o sequence.o sort.o text.o filesys.o dll.o machine.o memory.o types.o 0et.o /Users/rmann/euphoria/bin/eu.a -lresolv bash-3.2$ exit exit Script done on Tue Sep 1 21:21:57 2009