NickThePowerful / iphone-dev

Automatically exported from code.google.com/p/iphone-dev
0 stars 0 forks source link

missing __eprintf symbol #64

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. compile MobileChat
2.
3.

What is the expected output? What do you see instead?
/usr/local/bin/arm-apple-darwin-ld: Undefined symbols:
___eprintf

What version of the product are you using? On what operating system?
toolchain 0.3 os:CentOS
Please provide any additional information below.

Original issue reported on code.google.com by gaoxiao...@gmail.com on 27 Sep 2007 at 12:26

GoogleCodeExporter commented 9 years ago
recompiling with -D__DARWIN_UNIX03, helps with "___eprintf"

Original comment by spav...@gmail.com on 11 Nov 2007 at 1:04

GoogleCodeExporter commented 9 years ago
add -DNDEBUG to CFLAGS on Makefile

Original comment by gole...@gmail.com on 11 May 2008 at 4:07