new gcc-4.1 issues

Ignacio Vazquez-Abrams ivazquez at ivazquez.net
Fri Feb 3 08:13:47 UTC 2006


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 at ivazquez.net>
http://fedora.ivazquez.net/

gpg --keyserver hkp://subkeys.pgp.net --recv-key 38028b72
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part
URL: <http://listman.redhat.com/archives/fedora-extras-list/attachments/20060203/e930622e/attachment.sig>


More information about the fedora-extras-list mailing list