This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


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

success building egcs-1.1.2


The output from config.guess:
i486-pc-linux-gnu

I am only sending this because the build status page lists some i386-*
(no Linux), i686-*, i586-*, and x86-*, but no i486-* at all.  (My actual
CPU is an AMD 5x86-133.)

This is a Debian 2.1 "Slink" system, which comes with egcs 1.1.1.

I configured with the following options:
/usr/src/egcs-1.1.2/egcs-1.1.2/configure --prefix=/usr/local/egcs-1.1.2 --enable-shared --with-gnu-as --with-gnu-ld --enable-threads

make bootstrap and make install ran successfully.

I would have run the tests, but I didn't want to download dejagnu.

I was downloading egcs-1.1.2 because 1.1.1 failed to compile DrScheme
properly; there was some kind of bug in the C++ front end that would
claim that certain "overloaded" function calls were ambiguous, listing
two identical signatures:

wxs_madm.cxx:4284: call of overloaded `objscheme_bundle_wxMouseEvent (wxMouseEvent *)' is ambiguous
wxs_madm.cxx:4278: candidates are: objscheme_bundle_wxMouseEvent(wxMouseEvent *)
wxs_madm.h:99:                 objscheme_bundle_wxMouseEvent(wxMouseEvent *)
wxs_madm.cxx: In function `int GrabMouseCallbackToScheme(char *, class wxKeymap *, class wxObject *, class wxMouseEvent &, struct KeymapCallbackToSchemeRec *)':
wxs_madm.cxx:4311: call of overloaded `objscheme_bundle_wxMouseEvent (wxMouseEvent *)' is ambiguous
wxs_madm.cxx:4303: candidates are: objscheme_bundle_wxMouseEvent(wxMouseEvent *)
wxs_madm.h:99:                 objscheme_bundle_wxMouseEvent(wxMouseEvent *)

I'm hoping this bug is known and fixed in 1.1.2.  I'll send a real bug
report in a few hours if it still doesn't work.

Peace,
Kragen


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