This project is closed and read-only.
Actions
Bug #1746
closedLDSHARED set to 'ld -G' on Solaris doesn't work with Sun studio
Bug #1746:
LDSHARED set to 'ld -G' on Solaris doesn't work with Sun studio
Status:
Closed
Assignee:
-
ruby -v:
ruby 1.8.7 (2008-08-11 patchlevel 72) [i386-solaris2.10]
Updated by matz (Yukihiro Matsumoto) about 17 years ago
=begin
Hi,
In message "Re: [ruby-core:24214] [Bug #1746] LDSHARED set to 'ld -G' on Solaris doesn't work with Sun studio"
on Thu, 9 Jul 2009 05:54:20 +0900, Venkateswara Parimi redmine@ruby-lang.org writes:
|Bug #1746: LDSHARED set to 'ld -G' on Solaris doesn't work with Sun studio
|- : ${LDSHARED='ld -G'}
|+ : ${LDSHARED='$(CC) -G'}
Does this work for older SunOS?
=end
Updated by parimiv (Venkateswara Parimi) about 17 years ago
=begin
I think this depends on the compiler and with all studio compilers using compiler (cc) instead of directly calling ld is recommended.
=end
Updated by shyouhei (Shyouhei Urabe) almost 16 years ago
=begin
How's it going matz? Should I accept it?
=end
Updated by jeremyevans0 (Jeremy Evans) about 7 years ago
- Description updated (diff)
- Status changed from Open to Closed
Actions