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]

Bug in gnatmake


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




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