Compiling Issues (Linux)
Posted: 03.05.2002, 18:54
Hi, I'm trying to compile Celestia with GCC 2.95.3 (kernel 2.4.16). I've managed to get to what would appear to be the last line of compiling (linking everything into "celestia"). However, at this point GCC appears to lose it and refuses to acknowledge the presence of any external functions, including built in functions such as "new" and "delete".
Heres what running "make" spits to stdout:
http://www.hellkrisp.com/good
And heres what it spits to stderr:
http://www.hellkrisp.com/bad
I've tried linking with -lc and -lstdc++, compiling with GCC 3.0.4, removing optimisations, statically linking, but all to no avail.
I'd be glad to hear if anyone else is having this problem, and if anyone has any idea how to fix it.
Thanks.
Heres what running "make" spits to stdout:
http://www.hellkrisp.com/good
And heres what it spits to stderr:
http://www.hellkrisp.com/bad
I've tried linking with -lc and -lstdc++, compiling with GCC 3.0.4, removing optimisations, statically linking, but all to no avail.
I'd be glad to hear if anyone else is having this problem, and if anyone has any idea how to fix it.
Thanks.