Re: Gcc help

2005-03-29 Thread Eljay Love-Jensen
Hi Andre, Prebuilt GCC is available (downloadable) through Apple's Developer Tools. http://developer.apple.com/tools/xcode/index.html HTH, --Eljay

Re: quetion for gcc on hpux

2005-02-23 Thread Eljay Love-Jensen
Hi Dai, If you choose not to change the bad code that is causing a SIGBUS, I believe you cannot use GCC since (as far as I am aware) GCC does not provide a mechanism *IN THE COMPILE/LINK* to catch the SIGBUS signal and do the byte-by-byte manipulation to complete the action. Such handling of a