This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Bug in gnatmake


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 .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]