Hie,
libtool uses "gcc -print-search-dirs" for populating "sys_lib_search_path_spec" which i guess is not appropriate for the multilib case. When i try to do a 32 bit build by supplying -m32 flag, "sys_lib_search_path_spec" is set to /usr/lib/gcc/x86_64-redhat-linux/3.4.6/ instead of /usr/lib/gcc/x86_64-redhat-linux/3.4.6/32.
My apologies if this has already been fixed or accepted. Please suggest any work around for this problem.
Thank you
dev