This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Unresolved references to __builtin functions building libgcj
- To: gcc-bugs at gcc dot gnu dot org
- Subject: Unresolved references to __builtin functions building libgcj
- From: Bryce McKinlay <bryce at albatross dot co dot nz>
- Date: Wed, 11 Oct 2000 15:45:14 +1300
Attempting to build libgcj with the latest compiler dies for me with the
following link failure:
./.libs/libgcj.so: undefined reference to `__pure_virtual'
./.libs/libgcj.so: undefined reference to `terminate(void)'
./.libs/libgcj.so: undefined reference to `__builtin_vec_new'
./.libs/libgcj.so: undefined reference to `__builtin_new'
The c++ compiler appears to be leaving unresolved references to builtin
functions in some of the object files it generates. See the attached .ii
file for an example - a reference to __builtin_new appears in the
_Jv_ThreadInitData function.
regards
[ bryce ]
posix-threads.ii.gz