Chris Staub wrote: > Bruce Dubbs wrote: >> wireless-tools needs a patch to compile with gcc-4. I was able to make >> the required changes and fixed the warnings while I was at it. > > When did this happen? I've been using wireless-tools 27 with GCC 4 for > months, with no patches...
Well, when I tried to compile it, I got lots of messages about inlining failures. I added -finline-limit=2000 to CFALGS in the Makefile to fix it. While I was at it, I cleaned up all the other warnings. Most were wrong pointer type warnings. -- Bruce -- http://linuxfromscratch.org/mailman/listinfo/blfs-dev FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
