This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils 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]

sparcv9-sun-solaris2 target


[Please CC me on replies]

After compiling binutils 2.13.2.1 as 64-bit binaries on SPARC/Solaris 8 (with sparcv9-sun-solaris2 as the specified host), any libraries built with a 32-bit linker are not linked properly:

$ ld -L/arch/unix/lib -lssl
ld: skipping incompatible /arch/unix/lib/libssl.a when searching for -lssl
ld: cannot find -lssl

a 64-bit ld on solaris reports that it is capable of producing both 64-bit and 32-bit binaries, so shouldn't it automatically notice if an input is 32-bit and compile accordingly? Is this fixed in CVS perhaps?


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