[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#512328: gnatlink wants to use libgnat-4.3.a and libgnarl-4.3.a which don't exist



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.



Reply to: