Hi,

I would like to migrate from 2.0.3 to 2.3.0. Everything looks ok
except that I can’t link my existing projects on Mac OS with gcc 4.0 –
arch ppc (only, i386 works fine).

I receive:

 Undefined symbols:
  "___floatundidf", referenced from:
 
google::protobuf::DescriptorBuilder::OptionInterpreter::SetOptionValue(google::protobuf::FieldDescriptor
const*, google::protobuf::UnknownFieldSet*)in
libprotobuf.a(descriptor.o)
 
google::protobuf::TextFormat::Parser::ParserImpl::ConsumeDouble(double*)in
libprotobuf.a(text_format.o)
  "___floatundisf", referenced from:
 
google::protobuf::DescriptorBuilder::OptionInterpreter::SetOptionValue(google::protobuf::FieldDescriptor
const*, google::protobuf::UnknownFieldSet*)in
libprotobuf.a(descriptor.o)
ld: symbol(s) not found

It looks like this code in SetOptionValue isn’t changed from 2.0.3.
What is then? Any ideas?

Thanks,
-i

-- 
You received this message because you are subscribed to the Google Groups 
"Protocol Buffers" group.
To post to this group, send email to proto...@googlegroups.com.
To unsubscribe from this group, send email to 
protobuf+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/protobuf?hl=en.

Reply via email to