This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug target/19492] can not build crosscompiler for solaris2.8 (when building libstdc++ - error wcslen...:Link tests are not allowed after GCC_NO_EXECUTABLES)


------- Additional Comments From andreev at comm dot mot dot com  2005-01-19 23:27 -------
Created an attachment (id=7998)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=7998&action=view)
libstdc++-v3/config.log

Andrew, here is the config.log. It has errors about _dlopen(close, etc), but
i've checked the libraries (they are in $target/lib directory and they have
those functions).
/opt/SOLsdk/target/i686-pc-solaris2.8> cat 1.c 
int main( void )
{
	_dlopen( "aa", "bb" );
	return 0;
}
/opt/SOLsdk/target/i686-pc-solaris2.8> gcc 1.c lib/libdl.so.1
/opt/SOLsdk/target/i686-pc-solaris2.8> /opt/SOLsdk/bin/i686-pc-solaris2.8-nm
lib/lib 
/opt/SOLsdk/target/i686-pc-solaris2.8> /opt/SOLsdk/bin/i686-pc-solaris2.8-nm
lib/libdl.so.1
00000000 A SUNW_0.7
00000000 A SUNW_0.8
00000000 A SUNW_1.1
00000000 A SUNW_1.2
00000000 A SUNW_1.3
00000000 A SUNWprivate_1.1
00000074 D _DYNAMIC
0000077c b _END_
00000000 A _PROCEDURE_LINKAGE_TABLE_
00000000 d _START_
00000760 T _dladdr
00000754 T _dlclose
00000764 T _dldump
00000758 T _dlerror
00000734 T _dlinfo
0000073c t _dlmap
00000740 T _dlmopen
00000748 T _dlopen
0000074c T _dlsym
00000000 A _edata
0000077c B _end
00000775 B _etext
0000076c T _ld_concurrency
00000770 T _ld_libc
00000778 b dbg_mask
00000760 W dladdr
00000754 W dlclose
00000764 W dldump
00000758 W dlerror
00000734 W dlinfo
0000073c t dlmap
00000740 W dlmopen
00000748 W dlopen
0000074c W dlsym
/opt/SOLsdk/target/i686-pc-solaris2.8> 


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19492


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]