search for: _syisintr

Displaying 1 result from an estimated 1 matches for "_syisintr".

2007 Feb 25
1
[LLVMdev] 254.gap SPEC2000
...but need some help with 254.gap. I am producing a .bc file using llvm-gcc, and then a .s using llc. Then I use gcc to produce an executable. In this last phase, I am getting: /usr/bin/ld: Undefined symbols: _SyLibname _SyMemory _SyTime _syEchoch _syEchos _syGetch _syStartraw _syStopraw _SyFputs _SyIsIntr I probably must have to pass some flags to gcc to define those symbols. Has any of you guys tried to compile the SPEC's in this way, and could give me your command line for gcc? I am in Mac OS X 10.4.8. My script is this one here: ===========================================================...