|
From: James T. <jim...@ad...> - 2001-10-02 18:44:54
|
Hi all, Well, I DL the gcc 2.95.3-6 and Bin-utils source from the ReactOS SF site and the pre compiled mingw runtime and w32api libraries. I had to copy _G_config.h from the Windows version of the tool set to get the gcc source to build. Well, based on my previous posts I ran into problems. After hacking around I found _alloca was missing. I added alloca to all the files it needed and noticed a error from linking in frames.o with _alloca from libgcc.a. WOW! So, my gcc build was missing more than just a header file! Must be missing a patch? I copied libgcc.a (hack) from the Windows version and now the whole thing compiled. FYI, James ==================================================== = To remove yourself from this mailing list, go to = = http://www.reactos.com/home/mailing.html = ==================================================== |