From: tanner@csunix (root@insight) Subject: g++ inlines and linker errors Date: 1 Feb 1993 09:53:28 GMT
Try do this:
g++ -nojump -c ....
I ran into the same problems, but the -nojump fixed them.