Prof Abimbola Olowofoyeku wrote:
On 25 Jul 00, at 17:44, Frank Heckenbach wrote:
On 25 Jul 00, at 0:02, Joachim Falk wrote:
Ah yes i have forgotten to report another problem with rts.{h,c} in rts.h if HAVE_STRSIGNAL is defined it does declare the function char *strsignal( int ) witch conflicts with the strsignal definition in the cygwin include file string.h const char *_EXFUN(strsignal, (int __signo)); => compiler abort
Funny - I have never experienced this problem, and I have been compiling GPC under Cygwin since last summer.
Perhaps you have a slightly different version of the header (the only difference I think is the `const', and this might not be there in other versions)...
I have (I think) the latest (or at least one of the latest) versions of the header (dated 15 May 2000) - and the declaration seems to be just the same as the one reported: char *_EXFUN(strsignal, (int __signo));
There's no `const' there which was the only difference to the other declaration and was causing the problem.
Also, Frank, do you think that I should put 'os-hacks.h' on agnes for those who want to compile GPC under Windows?
I think so (also libos-hacks if there's anything going into it now).
Frank
On 26 Jul 00, at 0:58, Frank Heckenbach wrote:
I have (I think) the latest (or at least one of the latest) versions of the header (dated 15 May 2000) - and the declaration seems to be just the same as the one reported: char *_EXFUN(strsignal, (int __signo));
There's no `const' there which was the only difference to the other declaration and was causing the problem.
Ok.
Also, Frank, do you think that I should put 'os-hacks.h' on agnes for those who want to compile GPC under Windows?
I think so (also libos-hacks if there's anything going into it now).
Ok. At the moment I use your script to merge libos-hacks with libgpc after building the compiler and RTS (for Mingw only). So I guess that I should add your script as well.
Best regards, The Chief -------- Prof. Abimbola A. Olowofoyeku (The African Chief) Author of: Chief's Installer Pro v5.22.1 for Win32 http://www.bigfoot.com/~African_Chief/chief32.htm Email: African_Chief@bigfoot.com
Prof Abimbola Olowofoyeku wrote:
Ok. At the moment I use your script to merge libos-hacks with libgpc after building the compiler and RTS (for Mingw only). So I guess that I should add your script as well.
Feel free to do so.
Frank
On 26 Jul 00, at 19:37, Frank Heckenbach wrote:
Prof Abimbola Olowofoyeku wrote:
Ok. At the moment I use your script to merge libos-hacks with libgpc after building the compiler and RTS (for Mingw only). So I guess that I should add your script as well.
Feel free to do so.
Done. The package is on agnes, in /home/chief/
Best regards, The Chief -------- Prof. Abimbola A. Olowofoyeku (The African Chief) Author of: Chief's Installer Pro v5.22.1 for Win32 http://www.bigfoot.com/~African_Chief/chief32.htm Email: African_Chief@bigfoot.com