[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: gcc 3.0, namespace, and such (fwd)



Jean-Baptiste,
Thanks for your response.  Do you happen to know if objects compiled with
3.0 can successfully link against libraries created with 2.95.x?

thanks



---------- Forwarded message ----------
Date: Wed, 25 Apr 2001 01:33:13 +0200
From: Debian User Jean-Baptiste Note <noteje@poly.polytechnique.fr>
To: Debian List <debian-user@lists.debian.org>
Subject: Re: gcc 3.0, namespace, and such

I'm far from being an expert, but :
1- yes you can safely install gcc v3 (and g++ v3 and so on) alongside
the 2.9X
you call it only by appending -3.0 to its name.
2- I have some syntactic problems with g++ v3 as far as dereferencing
functionsis concerned. Hell, i'm
really not an expert, but something like &(SomeClass::function) that
used to work for me in 2.9X must
be replaced by &SomeClass::function in the new version.



-- 
-bob

Remember the... the... uhh.....
**********************************************************************
* Robert Kerr, The morphing guy.  *    MS 0847 Sandia National Labs  *
* rakerr@sandia.gov               *    Albuquerque NM 87185-0847     *
* Robert_Kerr@byu.edu             *      Phone: (505) 844-8606       *
* http://www.et.byu.edu/~kerrr    *      Fax: (505) 844-9297         *
**********************************************************************




Reply to: