* James Westby <[EMAIL PROTECTED]> [2007-11-21 20:05]: > +_P=) > +GCC_VERSION := $(shell gcc --version | sed -n "/^gcc/s/^[^$(_P)]*$(_P) > \(.\..\).*/\1/p") > +ifeq ($(GCC_VERSION),4.3) > + CXX = g++ -fpermissive > +endif
imho that's only a workaround and the code should be fixed so it won't need -fpermissive. -- Martin Michlmayr http://www.cyrius.com/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

