This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: undefined symbol: __builtin_vec_delete?


> Why am I getting this?  And how do I have to compile my debug libraries so
> that when I run with them that I don't get that error??

You didn't provide enough information to help you: what system, what
compiler version, what is your linker line etc?

__builtin_vec_delete is part of libgcc.a. Verify that this gets
linked-in (gcc -v).

Regards,
Martin


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]