public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libobjc/15901] New: libobjc is not build shared if you do not supply --enable-shared
@ 2004-06-09 17:48 pinskia at gcc dot gnu dot org
  2004-06-09 19:00 ` [Bug libobjc/15901] " pinskia at gcc dot gnu dot org
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-06-09 17:48 UTC (permalink / raw)
  To: gcc-bugs

for some reason libobjc is not building as shared unlike every other target library unless you supply --
enable-shared.

-- 
           Summary: libobjc is not build shared if you do not supply --
                    enable-shared
           Product: gcc
           Version: 3.5.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: libobjc
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: pinskia at gcc dot gnu dot org
                CC: gcc-bugs at gcc dot gnu dot org


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


^ permalink raw reply	[flat|nested] 8+ messages in thread

* [Bug libobjc/15901] libobjc is not build shared if you do not supply --enable-shared
  2004-06-09 17:48 [Bug libobjc/15901] New: libobjc is not build shared if you do not supply --enable-shared pinskia at gcc dot gnu dot org
@ 2004-06-09 19:00 ` pinskia at gcc dot gnu dot org
  2004-06-09 21:13 ` pinskia at gcc dot gnu dot org
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-06-09 19:00 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-06-09 19:00 -------
I filed this one on behalf of David Ayers so confirming as I saw it on darwin when I was working on PR 
11572.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |d dot ayers at inode dot at
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2004-06-09 19:00:23
               date|                            |


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


^ permalink raw reply	[flat|nested] 8+ messages in thread

* [Bug libobjc/15901] libobjc is not build shared if you do not supply --enable-shared
  2004-06-09 17:48 [Bug libobjc/15901] New: libobjc is not build shared if you do not supply --enable-shared pinskia at gcc dot gnu dot org
  2004-06-09 19:00 ` [Bug libobjc/15901] " pinskia at gcc dot gnu dot org
@ 2004-06-09 21:13 ` pinskia at gcc dot gnu dot org
  2004-06-10 14:55 ` d dot ayers at inode dot at
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-06-09 21:13 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-06-09 21:13 -------
This is because of the following in configure.ac:
# Disable shared libs by default
AC_DISABLE_SHARED

Why this is here I do not know.

I will see if removing it fixes it and does not break anything.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |pinskia at gcc dot gnu dot
                   |dot org                     |org
             Status|NEW                         |ASSIGNED


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


^ permalink raw reply	[flat|nested] 8+ messages in thread

* [Bug libobjc/15901] libobjc is not build shared if you do not supply --enable-shared
  2004-06-09 17:48 [Bug libobjc/15901] New: libobjc is not build shared if you do not supply --enable-shared pinskia at gcc dot gnu dot org
  2004-06-09 19:00 ` [Bug libobjc/15901] " pinskia at gcc dot gnu dot org
  2004-06-09 21:13 ` pinskia at gcc dot gnu dot org
@ 2004-06-10 14:55 ` d dot ayers at inode dot at
  2004-06-10 15:07 ` pinskia at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: d dot ayers at inode dot at @ 2004-06-10 14:55 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From d dot ayers at inode dot at  2004-06-10 14:55 -------
Thanks for opening the report.  I figured there was some specific reason why
this has been disabled and was simply wondering if you new about it.  Maybe cvs
history or an RFC could dig up some information.

-- 


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


^ permalink raw reply	[flat|nested] 8+ messages in thread

* [Bug libobjc/15901] libobjc is not build shared if you do not supply --enable-shared
  2004-06-09 17:48 [Bug libobjc/15901] New: libobjc is not build shared if you do not supply --enable-shared pinskia at gcc dot gnu dot org
                   ` (2 preceding siblings ...)
  2004-06-10 14:55 ` d dot ayers at inode dot at
@ 2004-06-10 15:07 ` pinskia at gcc dot gnu dot org
  2004-06-10 15:09 ` pinskia at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-06-10 15:07 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-06-10 15:07 -------
It looks like when libtool support was added to libobjc this was done.

-- 


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


^ permalink raw reply	[flat|nested] 8+ messages in thread

* [Bug libobjc/15901] libobjc is not build shared if you do not supply --enable-shared
  2004-06-09 17:48 [Bug libobjc/15901] New: libobjc is not build shared if you do not supply --enable-shared pinskia at gcc dot gnu dot org
                   ` (3 preceding siblings ...)
  2004-06-10 15:07 ` pinskia at gcc dot gnu dot org
@ 2004-06-10 15:09 ` pinskia at gcc dot gnu dot org
  2004-06-11 17:37 ` cvs-commit at gcc dot gnu dot org
  2004-06-11 17:37 ` pinskia at gcc dot gnu dot org
  6 siblings, 0 replies; 8+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-06-10 15:09 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-06-10 15:09 -------
Patch which caused it is here <http://gcc.gnu.org/ml/gcc-patches/2000-04/msg01139.html>.

-- 


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


^ permalink raw reply	[flat|nested] 8+ messages in thread

* [Bug libobjc/15901] libobjc is not build shared if you do not supply --enable-shared
  2004-06-09 17:48 [Bug libobjc/15901] New: libobjc is not build shared if you do not supply --enable-shared pinskia at gcc dot gnu dot org
                   ` (4 preceding siblings ...)
  2004-06-10 15:09 ` pinskia at gcc dot gnu dot org
@ 2004-06-11 17:37 ` cvs-commit at gcc dot gnu dot org
  2004-06-11 17:37 ` pinskia at gcc dot gnu dot org
  6 siblings, 0 replies; 8+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2004-06-11 17:37 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2004-06-11 17:37 -------
Subject: Bug 15901

CVSROOT:	/cvs/gcc
Module name:	gcc
Changes by:	pinskia@gcc.gnu.org	2004-06-11 17:37:06

Modified files:
	libobjc        : ChangeLog configure configure.ac 

Log message:
	2004-06-11  Andrew Pinski  <pinskia@physics.uc.edu>
	
	PR libobjc/15901
	* configure.ac: Do not disable shared by default.
	* configure: Regenerate.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libobjc/ChangeLog.diff?cvsroot=gcc&r1=1.131&r2=1.132
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libobjc/configure.diff?cvsroot=gcc&r1=1.47&r2=1.48
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libobjc/configure.ac.diff?cvsroot=gcc&r1=1.6&r2=1.7



-- 


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


^ permalink raw reply	[flat|nested] 8+ messages in thread

* [Bug libobjc/15901] libobjc is not build shared if you do not supply --enable-shared
  2004-06-09 17:48 [Bug libobjc/15901] New: libobjc is not build shared if you do not supply --enable-shared pinskia at gcc dot gnu dot org
                   ` (5 preceding siblings ...)
  2004-06-11 17:37 ` cvs-commit at gcc dot gnu dot org
@ 2004-06-11 17:37 ` pinskia at gcc dot gnu dot org
  6 siblings, 0 replies; 8+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-06-11 17:37 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-06-11 17:37 -------
Fixed.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|---                         |3.5.0


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


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2004-06-11 17:37 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-06-09 17:48 [Bug libobjc/15901] New: libobjc is not build shared if you do not supply --enable-shared pinskia at gcc dot gnu dot org
2004-06-09 19:00 ` [Bug libobjc/15901] " pinskia at gcc dot gnu dot org
2004-06-09 21:13 ` pinskia at gcc dot gnu dot org
2004-06-10 14:55 ` d dot ayers at inode dot at
2004-06-10 15:07 ` pinskia at gcc dot gnu dot org
2004-06-10 15:09 ` pinskia at gcc dot gnu dot org
2004-06-11 17:37 ` cvs-commit at gcc dot gnu dot org
2004-06-11 17:37 ` pinskia at gcc dot gnu dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).