Re: GCC build on darwin12.3

2013-03-28 Thread Gabriel Dos Reis
On Thu, Mar 28, 2013 at 12:29 PM, Nenad Vukicevic wrote: > Are you using Mac ports for gmp/mpfr/mpc libraries? I see that > you have "-L/opt/local/lib" on you path. yes, I was using macports -- it was one of the first things I installed on this machine since I wanted to write programs. > > I ha

Re: GCC build on darwin12.3

2013-03-28 Thread Nenad Vukicevic
Are you using Mac ports for gmp/mpfr/mpc libraries? I see that you have "-L/opt/local/lib" on you path. I had the same issue and as I recall it was related to installing iconv mac port package and incompatibility of iconv.h header files. I switched to building gmp/mpfr/mpc from sources and not