This is the mail archive of the cygwin@sourceware.cygnus.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: i586-linux-pc -> i386-mingw32 [One man's porting experience]


In a message dated 7/31/98 8:14:23 PM Pacific Daylight Time,
Brown@sw.mke.etn.com writes:
 I attempted to cross-compile egcs (1.0.2 with patches)
> error when it came time to
>  compile objc

Some of these problems with the objc build have gone away in the current egcs
snapshot, but some remain with certain combinations of OS/make versions.  For
example, on Irix 6.4, configuring with CC = 'cc -n32' works because that
matches the assumption made in the build stages which don't observe the CC
specification.  As late as egcs 1.03a, --with-gnu-as fails in objc on hpux1020
because objc wants to build with /bin/as instead of binutils, but that appears
to have been corrected in the snapshots.  I note when performing 'make
bootstrap' on NT/cygwin32 using gnu make that some recompilations in objc and
f are being skipped, with messages like 'can't find stage1/xgcc' with sections
shortly after where stage1/xgcc executes successfully. In the end, the build
is successful, although the stage to stage comparisons are bogus where there
wasn't actually a rebuild.  It gets worse trying to build on Win95/cygwin32
using the native make, where make (without bootstrap) is clean, but 'make
bootstrap' has errors.  So it can happen that a build without bootstrap gives
better results (but I don't ever test objc; I don't care if it works).  I
haven't dealt with using linux for cross-compilation, but clearly that is
cleaner than building under cygwin32.
-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]