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]

undefined symbol: __builtin_vec_delete?


Greetings,

I've got two versions of a library: debug and optimized.  When I run an
app against the optimized libraries, everything is fine.  WHen I run an
app against teh debug libraries I get:
  
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??
thanks,
tom


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