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]

Re: Trouble building egcs1.1b (libio, actually) on Solaris 2.6


Marat Boshernitsan <maratb@CS.Berkeley.EDU> writes:

> /local/dogwood/a/egcs-1.1b/libio/isscan.cc: In method `class istream & istream::scan(const char * ...)':
> /local/dogwood/a/egcs-1.1b/libio/isscan.cc:34: no matching function for call to `streambuf::vscan (const char *&, void *&, istream *)'
> /local/dogwood/a/egcs-1.1b/libio/streambuf.h:403: candidates are: streambuf::vscan(const char *, char *, ios *)

> This only occurs when I build with --enable-shared (and I must have a
> .so version of libstdc++) and only on Solaris 2.6

Amazing!  I've never got this problem myself, and I regularly build
egcs on Solaris 2.6 with shared libraries...  I suggest you to wipe
out the build tree, configure with a difference prefix and build
again.  Then, if the problem remains, submit a new report, with the
preprocessed source file, as suggested in
http://egcs.cygnus.com/faq.html#bugreport

-- 
Alexandre Oliva
mailto:oliva@dcc.unicamp.br mailto:oliva@gnu.org mailto:aoliva@acm.org
http://www.dcc.unicamp.br/~oliva
Universidade Estadual de Campinas, SP, Brasil



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