--Apple-Mail-7--233804249 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII; format=flowed
I've tried the binary download for Max OS X on 10.2 (Jaguar) and found PolyML to "hang". It starts, but there's no input prompt. It chews cpu cycles though.
Then I tried to compile the sources and ran into the problem below.
? Does anyone have a patch to make PolyML work on OS X 10.2?
Thanks, - Reto
$ cd driver; ./configure; make [...]
cc -DGCC -DPOWER2 -DMACOSX -g -O2 -Wall -DDEFAULT_POLYPATH='".:/usr/lib/poly:/usr/local/lib/poly"' -c -o run_time.o run_time.c
run_time.c: In function `init_run_time_system': run_time.c:1249: warning: implicit declaration of function `sigaltstack'
cc -E -DPOWER2 -DMACOSX -DGCC power_assembly.S | tr ';' '\012' > powtemp.s cc -x assembler-with-cpp -o power_assembly.o -c powtemp.s power_assembly.S:673:Parameter syntax error (parameter 3) power_assembly.S:723:Parameter syntax error (parameter 3) make[1]: *** [power_assembly.o] Error 1 make: *** [none] Error 2
--Apple-Mail-7--233804249 Content-Transfer-Encoding: 7bit Content-Type: text/enriched; charset=US-ASCII
I've tried the binary download for Max OS X on 10.2 (Jaguar) and found PolyML to "hang". It starts, but there's no input prompt. It chews cpu cycles though.
Then I tried to compile the sources and ran into the problem below.
? Does anyone have a patch to make PolyML work on OS X 10.2?
Thanks,
- Reto
$ cd driver; ./configure; make
[...]
cc -DGCC -DPOWER2 -DMACOSX -g -O2 -Wall -DDEFAULT_POLYPATH='".:/usr/lib/poly:/usr/local/lib/poly"' -c -o run_time.o run_time.c
run_time.c: In function `init_run_time_system':
run_time.c:1249: warning: implicit declaration of function `sigaltstack'
cc -E -DPOWER2 -DMACOSX -DGCC power_assembly.S | tr ';' '\012' > powtemp.s
cc -x assembler-with-cpp -o power_assembly.o -c powtemp.s
<bold>power_assembly.S:673:Parameter syntax error (parameter 3)
power_assembly.S:723:Parameter syntax error (parameter 3)
</bold>make[1]: *** [power_assembly.o] Error 1
make: *** [none] Error 2
--Apple-Mail-7--233804249--