I think the error is that you pass -static after -largs, thereby
restricting the scope of -static to the link stage only.  This is
wrong; -static should affect all stages: compile, bind and link.

So therefore, try "gnatmake -static", not "gnatmake -largs -static",
and please tell me if that solves your problem.  You should not have
to specify any libgnat.a or libgnat-4.3.so by hand; gnatmake is
supposed to do that for you.

HTH

-- 
Ludovic Brenta.



-- 
To UNSUBSCRIBE, email to debian-gcc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to