public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug ada/6637] Ada libraries should honour --enable-shared
       [not found] <20020511145600.6637.jsm-gccbugs@polyomino.org.uk>
@ 2003-10-21 13:49 ` charlet at gcc dot gnu dot org
  2003-10-21 16:58 ` charlet at gcc dot gnu dot org
                   ` (15 subsequent siblings)
  16 siblings, 0 replies; 21+ messages in thread
From: charlet at gcc dot gnu dot org @ 2003-10-21 13:49 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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



------- Additional Comments From charlet at gcc dot gnu dot org  2003-10-21 13:47 -------
<<
When shared libraries are disabled, dead symlinks libgnarl.so and
libgnat.so should not be installed, although they are at present.
>>

This issue is fixed with the recent Ada merge.

Arno


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

* [Bug ada/6637] Ada libraries should honour --enable-shared
       [not found] <20020511145600.6637.jsm-gccbugs@polyomino.org.uk>
  2003-10-21 13:49 ` [Bug ada/6637] Ada libraries should honour --enable-shared charlet at gcc dot gnu dot org
@ 2003-10-21 16:58 ` charlet at gcc dot gnu dot org
  2003-10-21 17:02 ` charlet at gcc dot gnu dot org
                   ` (14 subsequent siblings)
  16 siblings, 0 replies; 21+ messages in thread
From: charlet at gcc dot gnu dot org @ 2003-10-21 16:58 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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

Bug 6637 depends on bug 5910, which changed state.

Bug 5910 Summary: Ada libraries are not built by "make all" from top level.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=5910

           What    |Old Value                   |New Value
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |DUPLICATE


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

* [Bug ada/6637] Ada libraries should honour --enable-shared
       [not found] <20020511145600.6637.jsm-gccbugs@polyomino.org.uk>
  2003-10-21 13:49 ` [Bug ada/6637] Ada libraries should honour --enable-shared charlet at gcc dot gnu dot org
  2003-10-21 16:58 ` charlet at gcc dot gnu dot org
@ 2003-10-21 17:02 ` charlet at gcc dot gnu dot org
  2003-10-27 14:06 ` cvs-commit at gcc dot gnu dot org
                   ` (13 subsequent siblings)
  16 siblings, 0 replies; 21+ messages in thread
From: charlet at gcc dot gnu dot org @ 2003-10-21 17:02 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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


charlet at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  BugsThisDependsOn|5910                        |


------- Additional Comments From charlet at gcc dot gnu dot org  2003-10-21 17:00 -------
The remaining issue is not directly related to PR 5910 (or 5911),
so I am removing the dependency to avoid confusion.

Arno


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

* [Bug ada/6637] Ada libraries should honour --enable-shared
       [not found] <20020511145600.6637.jsm-gccbugs@polyomino.org.uk>
                   ` (2 preceding siblings ...)
  2003-10-21 17:02 ` charlet at gcc dot gnu dot org
@ 2003-10-27 14:06 ` cvs-commit at gcc dot gnu dot org
  2003-12-09 18:53 ` dhazeghi at yahoo dot com
                   ` (12 subsequent siblings)
  16 siblings, 0 replies; 21+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2003-10-27 14:06 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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



------- Additional Comments From cvs-commit at gcc dot gnu dot org  2003-10-27 14:03 -------
Subject: Bug 6637

CVSROOT:	/cvs/gcc
Module name:	gcc
Branch: 	libada-branch
Changes by:	charlet@gcc.gnu.org	2003-10-27 14:03:42

Modified files:
	libada         : ChangeLog Makefile.in configure configure.in 

Log message:
	PR ada/6637, ada/5911
	* configure.in: Add support for --enable/disable-shared
	* Makefile.in: Add initial, simple support for gnatlib/gnattools
	for native and cross configurations.
	* configure: Regenerate

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libada/ChangeLog.diff?cvsroot=gcc&only_with_tag=libada-branch&r1=1.1.2.3&r2=1.1.2.4
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libada/Makefile.in.diff?cvsroot=gcc&only_with_tag=libada-branch&r1=1.1.2.1&r2=1.1.2.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libada/configure.diff?cvsroot=gcc&only_with_tag=libada-branch&r1=1.1.2.2&r2=1.1.2.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libada/configure.in.diff?cvsroot=gcc&only_with_tag=libada-branch&r1=1.1.2.2&r2=1.1.2.3


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

* [Bug ada/6637] Ada libraries should honour --enable-shared
       [not found] <20020511145600.6637.jsm-gccbugs@polyomino.org.uk>
                   ` (3 preceding siblings ...)
  2003-10-27 14:06 ` cvs-commit at gcc dot gnu dot org
@ 2003-12-09 18:53 ` dhazeghi at yahoo dot com
  2003-12-09 22:09 ` charlet at act-europe dot fr
                   ` (11 subsequent siblings)
  16 siblings, 0 replies; 21+ messages in thread
From: dhazeghi at yahoo dot com @ 2003-12-09 18:53 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From dhazeghi at yahoo dot com  2003-12-09 18:53 -------
Arno, I see you committed a fix for this to the libada-branch. Are there plans to merge libada-
branch into mainline before 3.4 goes out?

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |charlet at gcc dot gnu dot
                   |                            |org


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


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

* [Bug ada/6637] Ada libraries should honour --enable-shared
       [not found] <20020511145600.6637.jsm-gccbugs@polyomino.org.uk>
                   ` (4 preceding siblings ...)
  2003-12-09 18:53 ` dhazeghi at yahoo dot com
@ 2003-12-09 22:09 ` charlet at act-europe dot fr
  2004-02-10 10:44 ` cvs-commit at gcc dot gnu dot org
                   ` (10 subsequent siblings)
  16 siblings, 0 replies; 21+ messages in thread
From: charlet at act-europe dot fr @ 2003-12-09 22:09 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From charlet at act-europe dot fr  2003-12-09 22:09 -------
Subject: Re:  Ada libraries should honour --enable-shared

> Arno, I see you committed a fix for this to the libada-branch. Are there plans to merge libada-
> branch into mainline before 3.4 goes out?

Not at this time. We discussed it with Mark, and felt that this was
not important enough to warrant an inclusion before 3.5

Arno


-- 


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


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

* [Bug ada/6637] Ada libraries should honour --enable-shared
       [not found] <20020511145600.6637.jsm-gccbugs@polyomino.org.uk>
                   ` (5 preceding siblings ...)
  2003-12-09 22:09 ` charlet at act-europe dot fr
@ 2004-02-10 10:44 ` cvs-commit at gcc dot gnu dot org
  2004-02-10 10:51 ` cvs-commit at gcc dot gnu dot org
                   ` (9 subsequent siblings)
  16 siblings, 0 replies; 21+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2004-02-10 10:44 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2004-02-10 10:44 -------
Subject: Bug 6637

CVSROOT:	/cvs/gcc
Module name:	gcc
Changes by:	charlet@gcc.gnu.org	2004-02-10 10:44:14

Added files:
	libada         : ChangeLog Makefile.in configure configure.in 

Log message:
	2003-02-10  Arnaud Charlet  <charlet@act-europe.fr>
	
	PR ada/6637, PR ada/5911
	* configure.in, Makefile.in, configure: Merge with libada-branch

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libada/ChangeLog.diff?cvsroot=gcc&r1=1.1&r2=1.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libada/Makefile.in.diff?cvsroot=gcc&r1=1.1&r2=1.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libada/configure.diff?cvsroot=gcc&r1=1.1&r2=1.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libada/configure.in.diff?cvsroot=gcc&r1=1.1&r2=1.2



-- 


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


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

* [Bug ada/6637] Ada libraries should honour --enable-shared
       [not found] <20020511145600.6637.jsm-gccbugs@polyomino.org.uk>
                   ` (6 preceding siblings ...)
  2004-02-10 10:44 ` cvs-commit at gcc dot gnu dot org
@ 2004-02-10 10:51 ` cvs-commit at gcc dot gnu dot org
  2004-02-10 10:54 ` cvs-commit at gcc dot gnu dot org
                   ` (8 subsequent siblings)
  16 siblings, 0 replies; 21+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2004-02-10 10:51 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2004-02-10 10:51 -------
Subject: Bug 6637

CVSROOT:	/cvs/gcc
Module name:	gcc
Changes by:	charlet@gcc.gnu.org	2004-02-10 10:51:33

Modified files:
	gcc/ada        : ChangeLog config-lang.in 

Log message:
	PR ada/6637, PR ada/5911
	Merge with libada-branch:
	* config-lang.in: Build libada only when ada is built.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ada/ChangeLog.diff?cvsroot=gcc&r1=1.445&r2=1.446
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ada/config-lang.in.diff?cvsroot=gcc&r1=1.9&r2=1.10



-- 


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


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

* [Bug ada/6637] Ada libraries should honour --enable-shared
       [not found] <20020511145600.6637.jsm-gccbugs@polyomino.org.uk>
                   ` (7 preceding siblings ...)
  2004-02-10 10:51 ` cvs-commit at gcc dot gnu dot org
@ 2004-02-10 10:54 ` cvs-commit at gcc dot gnu dot org
  2004-02-10 11:01 ` charlet at gcc dot gnu dot org
                   ` (7 subsequent siblings)
  16 siblings, 0 replies; 21+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2004-02-10 10:54 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2004-02-10 10:54 -------
Subject: Bug 6637

CVSROOT:	/cvs/gcc
Module name:	gcc
Changes by:	charlet@gcc.gnu.org	2004-02-10 10:54:48

Modified files:
	.              : configure.in configure Makefile.def Makefile.in 
	                 ChangeLog 

Log message:
	PR ada/6637, PR ada/5911
	Merge with libada-branch:
	* configure.in, Makefile.tpl, Makefile.def: Add target-libada,
	with appropriate dependencies. Add --enable-libada configure switch.
	* configure, Makefile.in: Regenerate.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/configure.in.diff?cvsroot=gcc&r1=1.267&r2=1.268
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/configure.diff?cvsroot=gcc&r1=1.127&r2=1.128
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/Makefile.def.diff?cvsroot=gcc&r1=1.12&r2=1.13
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/Makefile.in.diff?cvsroot=gcc&r1=1.196&r2=1.197
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/ChangeLog.diff?cvsroot=gcc&r1=1.865&r2=1.866



-- 


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


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

* [Bug ada/6637] Ada libraries should honour --enable-shared
       [not found] <20020511145600.6637.jsm-gccbugs@polyomino.org.uk>
                   ` (8 preceding siblings ...)
  2004-02-10 10:54 ` cvs-commit at gcc dot gnu dot org
@ 2004-02-10 11:01 ` charlet at gcc dot gnu dot org
  2004-02-10 17:07 ` jsm at polyomino dot org dot uk
                   ` (6 subsequent siblings)
  16 siblings, 0 replies; 21+ messages in thread
From: charlet at gcc dot gnu dot org @ 2004-02-10 11:01 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From charlet at gcc dot gnu dot org  2004-02-10 11:01 -------
--enable-shared is now supported.

It would be nice to also support --enable-shared=gnat as suggested in this PR.
It shouldn't be too hard to implement for someone that knows the gcc
configure well (which is not my case) now that the libada-branch has been
merged.

So keeping this PR open for this remaining issue.

Arno

-- 


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


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

* [Bug ada/6637] Ada libraries should honour --enable-shared
       [not found] <20020511145600.6637.jsm-gccbugs@polyomino.org.uk>
                   ` (9 preceding siblings ...)
  2004-02-10 11:01 ` charlet at gcc dot gnu dot org
@ 2004-02-10 17:07 ` jsm at polyomino dot org dot uk
  2004-02-12 16:42 ` [Bug ada/6637] Would be nice to support --enable-shared=gnat charlet at gcc dot gnu dot org
                   ` (5 subsequent siblings)
  16 siblings, 0 replies; 21+ messages in thread
From: jsm at polyomino dot org dot uk @ 2004-02-10 17:07 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From jsm at polyomino dot org dot uk  2004-02-10 17:07 -------
Subject: Re:  Ada libraries should honour --enable-shared

On Tue, 10 Feb 2004, charlet at gcc dot gnu dot org wrote:

> It would be nice to also support --enable-shared=gnat as suggested in this PR.
> It shouldn't be too hard to implement for someone that knows the gcc
> configure well (which is not my case) now that the libada-branch has been
> merged.
> 
> So keeping this PR open for this remaining issue.

Also:

The shared libraries should go in $(libdir), not somewhere under
libsubdir, so the dynamic linker can find them by default without needing
an rpath.

The installed Ada programs should be linked against the shared libraries
if possible.



-- 


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


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

* [Bug ada/6637] Would be nice to support --enable-shared=gnat
       [not found] <20020511145600.6637.jsm-gccbugs@polyomino.org.uk>
                   ` (10 preceding siblings ...)
  2004-02-10 17:07 ` jsm at polyomino dot org dot uk
@ 2004-02-12 16:42 ` charlet at gcc dot gnu dot org
  2004-06-08 10:49 ` charlet at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  16 siblings, 0 replies; 21+ messages in thread
From: charlet at gcc dot gnu dot org @ 2004-02-12 16:42 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|normal                      |enhancement
            Summary|Ada libraries should honour |Would be nice to support --
                   |--enable-shared             |enable-shared=gnat


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


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

* [Bug ada/6637] Would be nice to support --enable-shared=gnat
       [not found] <20020511145600.6637.jsm-gccbugs@polyomino.org.uk>
                   ` (11 preceding siblings ...)
  2004-02-12 16:42 ` [Bug ada/6637] Would be nice to support --enable-shared=gnat charlet at gcc dot gnu dot org
@ 2004-06-08 10:49 ` charlet at gcc dot gnu dot org
  2004-06-08 19:15 ` jsm at polyomino dot org dot uk
                   ` (3 subsequent siblings)
  16 siblings, 0 replies; 21+ messages in thread
From: charlet at gcc dot gnu dot org @ 2004-06-08 10:49 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From charlet at gcc dot gnu dot org  2004-06-08 10:49 -------
mainline now supports enable-shared=ada|libada

Arno

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


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


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

* [Bug ada/6637] Would be nice to support --enable-shared=gnat
       [not found] <20020511145600.6637.jsm-gccbugs@polyomino.org.uk>
                   ` (12 preceding siblings ...)
  2004-06-08 10:49 ` charlet at gcc dot gnu dot org
@ 2004-06-08 19:15 ` jsm at polyomino dot org dot uk
  2004-06-08 21:20   ` Arnaud Charlet
  2004-06-08 21:20 ` charlet at act-europe dot fr
                   ` (2 subsequent siblings)
  16 siblings, 1 reply; 21+ messages in thread
From: jsm at polyomino dot org dot uk @ 2004-06-08 19:15 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From jsm at polyomino dot org dot uk  2004-06-08 19:15 -------
Subject: Re:  Would be nice to support --enable-shared=gnat

On Tue, 8 Jun 2004, charlet at gcc dot gnu dot org wrote:

> mainline now supports enable-shared=ada|libada

Thanks - but I don't see the documentation for this in install.texi.

Are the other issues listed in the original PR - that the shared libraries
should go in $(libdir) not $(libsubdir), and that any installed Ada
programs using the libraries should be linked against the shared libraries
rather than the static versions - now fixed, or would you like separate
PRs opened for each of those issues?  I think everything else listed is
definitely working fine (or was before the tree-ssa merge).

(Linking installed programs against the shared libraries is on the general
principle that all programs should be linked against shared rather than
static libraries except in a few cases where something needs to work when
the system shared libraries may be broken, e.g. ldconfig.  But given that
testing programs linked against new shared libraries, and handling
multi-stage bootstrap in such a configuration, is harder than with static
linking, I realise doing so may be lower priority.)



-- 


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


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

* Re: [Bug ada/6637] Would be nice to support --enable-shared=gnat
  2004-06-08 19:15 ` jsm at polyomino dot org dot uk
@ 2004-06-08 21:20   ` Arnaud Charlet
  0 siblings, 0 replies; 21+ messages in thread
From: Arnaud Charlet @ 2004-06-08 21:20 UTC (permalink / raw)
  To: jsm at polyomino dot org dot uk; +Cc: gcc-bugs

> Thanks - but I don't see the documentation for this in install.texi.

I guess the person who implemented this forgot this part :-)

Could you give a pointer/location as to where this should be added ?

For the other issues, please open separate PRs, thanks.

Arno


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

* [Bug ada/6637] Would be nice to support --enable-shared=gnat
       [not found] <20020511145600.6637.jsm-gccbugs@polyomino.org.uk>
                   ` (13 preceding siblings ...)
  2004-06-08 19:15 ` jsm at polyomino dot org dot uk
@ 2004-06-08 21:20 ` charlet at act-europe dot fr
  2004-06-08 21:25 ` jsm at polyomino dot org dot uk
  2004-06-09  8:42 ` cvs-commit at gcc dot gnu dot org
  16 siblings, 0 replies; 21+ messages in thread
From: charlet at act-europe dot fr @ 2004-06-08 21:20 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From charlet at act-europe dot fr  2004-06-08 21:20 -------
Subject: Re:  Would be nice to support --enable-shared=gnat

> Thanks - but I don't see the documentation for this in install.texi.

I guess the person who implemented this forgot this part :-)

Could you give a pointer/location as to where this should be added ?

For the other issues, please open separate PRs, thanks.

Arno


-- 


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


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

* [Bug ada/6637] Would be nice to support --enable-shared=gnat
       [not found] <20020511145600.6637.jsm-gccbugs@polyomino.org.uk>
                   ` (14 preceding siblings ...)
  2004-06-08 21:20 ` charlet at act-europe dot fr
@ 2004-06-08 21:25 ` jsm at polyomino dot org dot uk
  2004-06-09  8:42 ` cvs-commit at gcc dot gnu dot org
  16 siblings, 0 replies; 21+ messages in thread
From: jsm at polyomino dot org dot uk @ 2004-06-08 21:25 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From jsm at polyomino dot org dot uk  2004-06-08 21:25 -------
Subject: Re:  Would be nice to support --enable-shared=gnat

On Tue, 8 Jun 2004, charlet at act-europe dot fr wrote:

> > Thanks - but I don't see the documentation for this in install.texi.
> 
> I guess the person who implemented this forgot this part :-)
> 
> Could you give a pointer/location as to where this should be added ?

In the documentation of --enable-shared, where it says "Package names
currently recognized in the GCC tree are ...".



-- 


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


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

* [Bug ada/6637] Would be nice to support --enable-shared=gnat
       [not found] <20020511145600.6637.jsm-gccbugs@polyomino.org.uk>
                   ` (15 preceding siblings ...)
  2004-06-08 21:25 ` jsm at polyomino dot org dot uk
@ 2004-06-09  8:42 ` cvs-commit at gcc dot gnu dot org
  16 siblings, 0 replies; 21+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2004-06-09  8:42 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2004-06-09 08:42 -------
Subject: Bug 6637

CVSROOT:	/cvs/gcc
Module name:	gcc
Changes by:	charlet@gcc.gnu.org	2004-06-09 08:42:27

Modified files:
	gcc            : ChangeLog 
	gcc/doc        : install.texi 

Log message:
	PR ada/6637
	* doc/install.texi: List ada, libada as options to --enable-shared

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&r1=2.3885&r2=2.3886
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/doc/install.texi.diff?cvsroot=gcc&r1=1.283&r2=1.284



-- 


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


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

* [Bug ada/6637] Ada libraries should honour --enable-shared
       [not found] <20020511145600.6637.jsm28@cam.ac.uk>
  2003-05-27 18:18 ` [Bug ada/6637] Ada libraries should honour --enable-shared fw@gcc.gnu.org
  2003-07-06  2:24 ` dhazeghi at yahoo dot com
@ 2003-08-16  3:46 ` pinskia at gcc dot gnu dot org
  2 siblings, 0 replies; 21+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2003-08-16  3:46 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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


pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  BugsThisDependsOn|                            |5910
   Last reconfirmed|2003-05-27 18:03:02         |2003-08-16 03:46:21
               date|                            |


------- Additional Comments From pinskia at gcc dot gnu dot org  2003-08-16 03:46 -------
Ada should really be reorgized.


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

* [Bug ada/6637] Ada libraries should honour --enable-shared
       [not found] <20020511145600.6637.jsm28@cam.ac.uk>
  2003-05-27 18:18 ` [Bug ada/6637] Ada libraries should honour --enable-shared fw@gcc.gnu.org
@ 2003-07-06  2:24 ` dhazeghi at yahoo dot com
  2003-08-16  3:46 ` pinskia at gcc dot gnu dot org
  2 siblings, 0 replies; 21+ messages in thread
From: dhazeghi at yahoo dot com @ 2003-07-06  2:24 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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


dhazeghi at yahoo dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |build
           Priority|P3                          |P2


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

* [Bug ada/6637] Ada libraries should honour --enable-shared
       [not found] <20020511145600.6637.jsm28@cam.ac.uk>
@ 2003-05-27 18:18 ` fw@gcc.gnu.org
  2003-07-06  2:24 ` dhazeghi at yahoo dot com
  2003-08-16  3:46 ` pinskia at gcc dot gnu dot org
  2 siblings, 0 replies; 21+ messages in thread
From: fw@gcc.gnu.org @ 2003-05-27 18:18 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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


fw@gcc.gnu.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2003-05-27 18:03:02
               date|                            |





------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

end of thread, other threads:[~2004-06-09  8:42 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20020511145600.6637.jsm-gccbugs@polyomino.org.uk>
2003-10-21 13:49 ` [Bug ada/6637] Ada libraries should honour --enable-shared charlet at gcc dot gnu dot org
2003-10-21 16:58 ` charlet at gcc dot gnu dot org
2003-10-21 17:02 ` charlet at gcc dot gnu dot org
2003-10-27 14:06 ` cvs-commit at gcc dot gnu dot org
2003-12-09 18:53 ` dhazeghi at yahoo dot com
2003-12-09 22:09 ` charlet at act-europe dot fr
2004-02-10 10:44 ` cvs-commit at gcc dot gnu dot org
2004-02-10 10:51 ` cvs-commit at gcc dot gnu dot org
2004-02-10 10:54 ` cvs-commit at gcc dot gnu dot org
2004-02-10 11:01 ` charlet at gcc dot gnu dot org
2004-02-10 17:07 ` jsm at polyomino dot org dot uk
2004-02-12 16:42 ` [Bug ada/6637] Would be nice to support --enable-shared=gnat charlet at gcc dot gnu dot org
2004-06-08 10:49 ` charlet at gcc dot gnu dot org
2004-06-08 19:15 ` jsm at polyomino dot org dot uk
2004-06-08 21:20   ` Arnaud Charlet
2004-06-08 21:20 ` charlet at act-europe dot fr
2004-06-08 21:25 ` jsm at polyomino dot org dot uk
2004-06-09  8:42 ` cvs-commit at gcc dot gnu dot org
     [not found] <20020511145600.6637.jsm28@cam.ac.uk>
2003-05-27 18:18 ` [Bug ada/6637] Ada libraries should honour --enable-shared fw@gcc.gnu.org
2003-07-06  2:24 ` dhazeghi at yahoo dot com
2003-08-16  3:46 ` 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).