|
From: Florian E. <ec...@fs...> - 2001-06-22 09:10:21
|
> Either you're misunderstanding something, I'm misunderstanding you, or > something has gone horribly wrong. The *.lo files are linked into the > shared library, whereas the *.o files are linked into the static library. > Aside from the fact that <filename>.lo is generated from the same source > as <filename>.o, the two are unrelated. Well, looks like I really was unclear on that subject. I get two symbolic links each, abc-prelinked.o and abc-prelinked.lo that point to each other. E.g. antlr-prelinked.lo is a link to antlr-prelinked.o, which in turn is a link to antlr-prelinked.lo > Could you post the error message you're seeing? It's just that: "antlr-prelinked.lo: Too many symbolic \ links in path name traversal." (kind of obvious, isn't it? :) > You can modify the Makefile.am to eliminate the pre-linking step. Move the > dependencies for the *-prelinked.* rules to the openvrml_la_LIBADD > variable, and remove or comment out the pre-linking rules. The variable > should look something like this: Thanks for your help! Now it compiles right through. I still get a runtime error when starting lookat, but I guess that's because the GLUT library was compiled with the MIPS compiler (as stated in the README). Yours, Florian -- Florian Echtler - ec...@fs... Skriptenreferat - Fachschaft MPI |