[Bug target/26510] [4.1/4.2/4.3 Regression] --disable-shared broken for darwin platform

2006-10-29 Thread geoffk at gcc dot gnu dot org


--- Comment #7 from geoffk at gcc dot gnu dot org  2006-10-29 20:29 ---
I think I'll just declare that GCC requires a shared libgcc on Darwin.


-- 

geoffk at gcc dot gnu dot org changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||WONTFIX


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



[Bug target/26510] [4.1/4.2/4.3 Regression] --disable-shared broken for darwin platform

2006-10-30 Thread dir at lanl dot gov


--- Comment #8 from dir at lanl dot gov  2006-10-30 13:58 ---
Fixing the errors that are shown above is trivial - so I assume that they are
just the first of a cascade of errors in trying to fix the problem. Having a
shared libgcc is Ok - the real problem is distributing version of programs
compilied with gfortran to people that do not have gfortran installed.
--disable-shared appears to be the only way to do it - I tried just loading the
static libraries, but a few dependencies on the shared parts remained.


-- 


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



[Bug target/26510] [4.1/4.2/4.3 Regression] --disable-shared broken for darwin platform

2006-12-23 Thread pinskia at gcc dot gnu dot org


--- Comment #9 from pinskia at gcc dot gnu dot org  2006-12-24 06:21 ---
*** Bug 19176 has been marked as a duplicate of this bug. ***


-- 

pinskia at gcc dot gnu dot org changed:

   What|Removed |Added

 CC||hideishi at magisystem dot
   ||net
Bug 26510 depends on bug 19176, which changed state.

Bug 19176 Summary: [4.0/4.1/4.2/4.3 Regression] static gcc cannot be build 
(libgcc_eh.a required for static gcc)
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19176

   What|Old Value   |New Value

 Status|NEW |RESOLVED
 Resolution||DUPLICATE

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



[Bug target/26510] [4.1/4.2/4.3 Regression] --disable-shared broken for darwin platform

2006-12-26 Thread dir at lanl dot gov


--- Comment #10 from dir at lanl dot gov  2006-12-26 13:57 ---
This is no problem with g95. You can move files to other Macintosh computers
without g95 istalled and use them. This really is quite important, the
usefulness of gfortran is greatly limited without this ablity. Programs built
with gfortran cannot be distributed to a general group of users.


-- 


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



[Bug target/26510] [4.1/4.2/4.3 Regression] --disable-shared broken for darwin platform

2006-12-26 Thread pinskia at gcc dot gnu dot org


--- Comment #11 from pinskia at gcc dot gnu dot org  2006-12-26 18:07 
---
(In reply to comment #10)
> This is no problem with g95. 

That is because g95's library is not fully integrated at all in GCC's build
infrastructure at all.
You can use just disable's gfortran shared library anyways, See the
installation documentation which describes how to do that.


-- 


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



[Bug target/26510] [4.1/4.2/4.3 Regression] --disable-shared broken for darwin platform

2007-01-02 Thread dir at lanl dot gov


--- Comment #12 from dir at lanl dot gov  2007-01-02 15:41 ---
Hi Andrew,

I thought that was the problem - there appears to be no way to disable the
shared libraries on the Macintosh. In comment #6, I tried to disable the shared
libraries and the multilib with "--disable-shared --disable-multilib". Where do
I find the installation documentation ? Does the installation documentation
tell another way to do it ?  


-- 


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