Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

Spanky Deluxe

macrumors 603
Original poster
Hi!

I've been having issues running configure scripts and apparently its due to a bug in ICC. The work around is to add the compiler flag "-no-multibyte-chars" but I don't know how to add that when I'm trying to execute a configure script. Any ideas?

Spanky
 
Don't worry, managed to work it out. Adding CFLAGS="..." seemed to do the job. C++ flags didn't seem to be parsed properly but changing the compiler from CC=ICC to CC="ICC -..." and and the same for the c++ compiler seemed to do the job just fine. 🙂
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.