From: "Laurynas Biveinis" Date: Mon, 12 Mar 2001 18:45:37 +0200 To: djgpp-workers AT delorie DOT com Cc: John Fremlin , crossgcc AT gcc DOT gnu DOT org Subject: Re: i586-pc-linux-gnu to DJGPP cross compiler with today's 3.00 CVS Message-ID: <20010312184537.A1545@lauras.lt> Mail-Followup-To: djgpp-workers AT delorie DOT com, John Fremlin , crossgcc AT gcc DOT gnu DOT org References: <01031212093100 DOT 30669 AT hal> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.15i In-Reply-To: <01031212093100.30669@hal>; from pavenis@latnet.lv on Mon, Mar 12, 2001 at 12:42:30PM +0200 Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > > Linking fails on cpp0 because target_flags (used by SUPPORTS_ONE_ONLY > > macro defined in the djgpp.h config file which is instantiated in > > cppinit.c) is defined in rtlanal.c which is not included in the > > link. This can be fixed by also defining target_flags in cppinit.c, > > though that probably isn't the right, as, as far as I can see, they > > are not modified anywhere. I think Mark has fixed this one, however the patch hasn't been applied yet. > Tried the same and run into the trouble with building libstdc++-v3: [...things not working...] Erm, cross-compiling libstdc++-v3 isn't supported at all for now, as maintainers told me. > After that I tried build under Linux gcc-3.0 20010311 as native compiler for DJGPP. > (I think it would be good test for cross-compiler) [...] Thanks for checking. I'll try to get things fixed when I have time (if you or Mark don't do it before...) > So perhaps I should look whether native compiler for DJGPP I built works at all ... Well, native C and C++ compilers did work a week ago, and libstdc++-v3 almost worked. But GCC bit-rots veeeery fast indeed... Laurynas