[sr #108201] libtool problems with -export-symbols-regex on solaris with gcc-4.7.x

2012-12-16 Thread Peter Rosin
Follow-up Comment #18, sr #108201 (project libtool): I believe gcc 4.5.3 is the latest stable for Cygwin. I do not trust myself to be able to build a new gcc and verify that it actually works for Cygwin without investing far more time than I think is warranted. I imagine that there is some good re

[sr #108201] libtool problems with -export-symbols-regex on solaris with gcc-4.7.x

2012-12-16 Thread Richard PALO
Follow-up Comment #19, sr #108201 (project libtool): Well, I can certainly understand your reluctance to spend much more time on this, as I never really intended myself to do more than suggest a patch that fixes a libtool bug on solaris with gcc and solaris ld. Adding the test functionality is

[sr #108201] libtool problems with -export-symbols-regex on solaris with gcc-4.7.x

2012-12-16 Thread Bob Friesenhahn
Follow-up Comment #20, sr #108201 (project libtool): FYI, Peter Rosin is able to commit fixes to libtool. That is one reason why he focuses on the master version. Barring some severe nightmarish security defect, there will be no follow-on release based on the v2.4.2 sources. The next release wi

[sr #108201] libtool problems with -export-symbols-regex on solaris with gcc-4.7.x

2012-12-16 Thread Bob Friesenhahn
Update of sr #108201 (project libtool): Operating System:*BSD => Solaris ___ Reply to this item at: ___

[sr #108201] libtool problems with -export-symbols-regex on solaris with gcc-4.7.x

2012-12-16 Thread Richard PALO
Follow-up Comment #21, sr #108201 (project libtool): Here is the git diff for master (apparently the same except for the file path). (file #27107) ___ Additional Item Attachment: File name: libtool.m4.git-diff-master Size:1 KB __

Re: [sr #108201] libtool problems with -export-symbols-regex on solaris with gcc-4.7.x

2012-12-16 Thread Dennis Clarke
> Follow-up Comment #20, sr #108201 (project libtool): > There was a (substantially long) time where active libtool maintainers > were no longer able to bootstrap the project from git. Luckily that > issue was resolved so we are able to work with the master version > again and usefully apply we

[sr #108201] libtool problems with -export-symbols-regex on solaris with gcc-4.7.x

2012-12-16 Thread Peter Rosin
Follow-up Comment #22, sr #108201 (project libtool): I had a look in the code and it is only for Solaris that old_archive_cmds and archive_cmds are rigged to include $LDFLAGS. This is clearly a buggy thing to do and it explains why -no-undefined is passed down to gcc for you. However, I have litt