I installed a new version of Ubuntu (12.10, upgraded from 12.04) and now I can not link. This is true even for a simple "Hello_World.adb" program:
gnatlink hello_world
/usr/gnat/libexec/gcc/i686-pc-linux-gnu/4.5.4/ld: crt1.o: No such file: No such file or directory
collect2: ld returned 1 exit status
gnatlink: error when calling /usr/gnat/bin/gcc
I have seen a number of "fixes" in various forums, but they don't seem to work with gnat: I presume this has to do with gnat's own command line construction. I have tried various constructs myself to no avail.
Does anyone know how to fix this problem?
NEW INFO: I created an Oracle "virtual box" running Ubuntu 12.04, installed the latest "libre" GNAT GPL, and it appears to work just fine. Apparently, the problem has something to do with the Ubuntu 12.10 release. I have 12.10 running on both a physical machine and a VM: Both cause GNAT GPL to fail. fwiw
I will consider this question closed. Thanks to everyone for their ideas and suggestions!
New, new info: I had neglected to set the PATH variable, so that the path to the GNAT binaries was at the end of the string. Apparentlhy this is what allowed me to link. When I took GNAT GPL's suggestion to place the binary path at the beginning of the string, the link stopped working! Screwy! Any ideas, anyone?


gnatmakeworks; I don't know whether that would solve your problem. – Keith Thompson Nov 8 '12 at 22:00