Peter Gerwinski wrote:
When I `ar' together a bulk of `.o' files compiled with GPC, I get lots of undefined references between the `.o's in the `.a'.
Did you `ranlib' the library? Though I couldn't seem to produce any problems without doing so with my sources, in general that's necessary, AFAIK...
The same compilation with `--autobuild' works.
What do you mean? Do you compile the files with `--autobuild', then `ar' together the resulting objects, or do you use `--autobuild' without `ar'?
What happens if you just link the object files? Does it make any difference whether they were compiled with `--autobuild' or `--automake'?
Frank
-- Frank Heckenbach, frank@fjf.gnu.de, http://fjf.gnu.de/ GPC To-Do list, latest features, fixed bugs: http://agnes.dida.physik.uni-essen.de/~gnu-pascal/todo.html