Kalle Olavi Niemitalo <[EMAIL PROTECTED]> said: > Raffi Khatchadourian <[EMAIL PROTECTED]> writes: > >> gcc: unrecognized option `-rdynamic' > > Please ignore this error. ELinks can benefit from -rdynamic but > does not yet require it. The configure script tries to check > whether the compiler supports -rdynamic, but GCC exits with > success regardless of this error. I suppose the script could be > changed to run the compiler with LC_ALL=POSIX and grep stderr for > "unrecognized option [`']-rdynamic'". (The message differs > between GCC 3.4 and 4.0.)
libtool has long been able to determine what dynamic flags are supported on a local compiler machine, along with other information about support for dlopen and platform-dependent tricks needed to compile runtime-loadable plugins. dan -- Daniel Macks [EMAIL PROTECTED] http://www.netspace.org/~dmacks _______________________________________________ elinks-users mailing list [email protected] http://linuxfromscratch.org/mailman/listinfo/elinks-users
