public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
* Bug in gnatmake
@ 2001-12-13  3:48 Nicolas BRUNOT
  2001-12-13 11:49 ` Florian Weimer
  0 siblings, 1 reply; 2+ messages in thread
From: Nicolas BRUNOT @ 2001-12-13  3:48 UTC (permalink / raw)
  To: 'gcc@gcc.gnu.org'

It seems there is a bug in gnatmake when the link argument is too long
This can be checked on Linux Redhat 7.0, Windows cygwin and Windows mingw32
with the following command

gnatmake whatever.adb -largs -L/usr/X11R6/lib -lX11 -lX11 -lX11 -lX11 -lX11
-lX11 -lX11 -lX11 -lX11 -lX11 -lX11 -lX11 -lX11 -lX11 -lX11 -lX11 -lX11
-lX11 -lX11 -lX11 -lX11 -lX11 -lX11 -lX11 -lX11

that comes probably from the Linker_Switches declared in
gcc/gcc/ada/make.ads



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

* Re: Bug in gnatmake
  2001-12-13  3:48 Bug in gnatmake Nicolas BRUNOT
@ 2001-12-13 11:49 ` Florian Weimer
  0 siblings, 0 replies; 2+ messages in thread
From: Florian Weimer @ 2001-12-13 11:49 UTC (permalink / raw)
  To: Nicolas BRUNOT; +Cc: 'gcc@gcc.gnu.org'

Nicolas BRUNOT <n.brunot@cadwin.com> writes:

> It seems there is a bug in gnatmake when the link argument is too long
> This can be checked on Linux Redhat 7.0, Windows cygwin and Windows mingw32
> with the following command
>
> gnatmake whatever.adb -largs -L/usr/X11R6/lib -lX11 -lX11 -lX11 -lX11 -lX11
> -lX11 -lX11 -lX11 -lX11 -lX11 -lX11 -lX11 -lX11 -lX11 -lX11 -lX11 -lX11
> -lX11 -lX11 -lX11 -lX11 -lX11 -lX11 -lX11 -lX11
>
> that comes probably from the Linker_Switches declared in
> gcc/gcc/ada/make.ads

This is PR 4851.  A fix has been submitted to gcc-patches, see:
http://gcc.gnu.org/ml/gcc-patches/2001-11/msg00707.html .

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

end of thread, other threads:[~2001-12-13 19:48 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-12-13  3:48 Bug in gnatmake Nicolas BRUNOT
2001-12-13 11:49 ` Florian Weimer

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).