[Bug libfortran/24909] libmatmul.a breaks darwin build

2005-11-22 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.1.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24909

[Bug libfortran/24909] libmatmul.a breaks darwin build

2005-11-22 Thread jb at gcc dot gnu dot org
--- Comment #10 from jb at gcc dot gnu dot org 2005-11-22 08:59 --- With the fix by rth, it seems to work again on Solaris (#9) and Darwin ( http://gcc.gnu.org/ml/fortran/2005-11/msg00571.html ); closing the bug. -- jb at gcc dot gnu dot org changed: What|Removed

[Bug libfortran/24909] libmatmul.a breaks darwin build

2005-11-21 Thread ebotcazou at gcc dot gnu dot org
--- Comment #9 from ebotcazou at gcc dot gnu dot org 2005-11-21 09:02 --- > It should now work again on all supported platforms. Confirmed on all versions of Solaris. Thanks! -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24909

[Bug libfortran/24909] libmatmul.a breaks darwin build

2005-11-20 Thread jb at gcc dot gnu dot org
--- Comment #8 from jb at gcc dot gnu dot org 2005-11-20 21:39 --- rth committed a fix to trunk and 4.1: http://gcc.gnu.org/ml/fortran/2005-11/msg00548.html It should now work again on all supported platforms. Unless new problems are reported I'll close this in a few days. -- http

[Bug libfortran/24909] libmatmul.a breaks darwin build

2005-11-19 Thread ebotcazou at gcc dot gnu dot org
--- Comment #7 from ebotcazou at gcc dot gnu dot org 2005-11-19 08:38 --- > On sparc-solaris I get runtime failures: > > collect2: ld returned 1 exit status^M > compiler exited with status 1 > output is: > Undefined first referenced^M > symbol

[Bug libfortran/24909] libmatmul.a breaks darwin build

2005-11-18 Thread andreast at gcc dot gnu dot org
--- Comment #6 from andreast at gcc dot gnu dot org 2005-11-18 14:31 --- On sparc-solaris I get runtime failures: collect2: ld returned 1 exit status^M compiler exited with status 1 output is: Undefined first referenced^M symbol in fil

[Bug libfortran/24909] libmatmul.a breaks darwin build

2005-11-17 Thread andreast at gcc dot gnu dot org
--- Comment #5 from andreast at gcc dot gnu dot org 2005-11-17 22:54 --- would this snippet be ok? Index: ltcf-c.sh === --- ltcf-c.sh (revision 107140) +++ ltcf-c.sh (working copy) @@ -419,7 +419,7 @@ hardcode_di

[Bug libfortran/24909] libmatmul.a breaks darwin build

2005-11-17 Thread geoffk at gcc dot gnu dot org
--- Comment #4 from geoffk at gcc dot gnu dot org 2005-11-17 22:35 --- It's certainly wrong to be using -all-load unless you're also using -r. -- geoffk at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug libfortran/24909] libmatmul.a breaks darwin build

2005-11-17 Thread andreast at gcc dot gnu dot org
--- Comment #3 from andreast at gcc dot gnu dot org 2005-11-17 14:37 --- Unfortunately it does not werk :( I found this message in the libtool archive: http://lists.gnu.org/archive/html/libtool-patches/2004-08/msg2.html Currently we have this 'whole_archive_flag_spec='-all_load $

[Bug libfortran/24909] libmatmul.a breaks darwin build

2005-11-17 Thread jb at gcc dot gnu dot org
--- Comment #2 from jb at gcc dot gnu dot org 2005-11-17 08:26 --- Patch here: http://gcc.gnu.org/ml/gcc-patches/2005-11/msg01271.html -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24909

[Bug libfortran/24909] libmatmul.a breaks darwin build

2005-11-16 Thread jb at gcc dot gnu dot org
--- Comment #1 from jb at gcc dot gnu dot org 2005-11-16 23:00 --- As discussed on IRC, the solution is to use noinst_LTLIBRARIES instead of EXTRA_LTLIBRARIES. It was also suggested to name the library libmatmul_convenience.a. Example in libffi/Makefile.am -- jb at gcc dot gnu dot or