On Fri, 2006-02-03 at 08:53 +0100, Eric TANGUY wrote:
> I have a package which no more build in devel with gcc-4.1. It seems that
> i need to pass a new paramater -ffriend-injection
> (http://gcc.gnu.org/gcc-4.1/changes.html) but i don't know how to do that.
> During configure process or during make process ?
> Someone could help me ?
Don't bother. Just write a patch for the code.
***
class f;
struct S {
friend void f();
};
void g() { f(); }
***
--
Ignacio Vazquez-Abrams <ivazquez ivazquez net>
http://fedora.ivazquez.net/
gpg --keyserver hkp://subkeys.pgp.net --recv-key 38028b72
Attachment:
signature.asc
Description: This is a digitally signed message part