upon running make && configure, I receive the following errors at the end of the make: i686-apple-darwin8-gcc-4.0.1: unrecognized option '-rdynamic' /usr/bin/ld: warning multiple definitions of symbol _locale_charset lib.o definition of _locale_charset in section (__TEXT,__text) /usr/lib/gcc/i686-apple-darwin8/4.0.1/../../../libiconv.dylib(localcharset.o) definition of _locale_charset
i686-apple-darwin8-gcc-4.0.1: unrecognized option '-rdynamic'
after googling I found out removing the -rdynamic fixed this particular problem (it isn't required on OSX) I am not sure how to correct the other problem.. I read one post on a forum that indicated changing from -shared to -dynamic would fix the issue but I don't know how to go about this. Clayton _______________________________________________ elinks-users mailing list [email protected] http://linuxfromscratch.org/mailman/listinfo/elinks-users
