hi are 'printf' and friends supposed to be in libchicken.a ?? I cant tell from the documentation about unit 'extras' if its supposed to be in the lib or not. im attempting to statically link to libchicken.a on osx/ppc but printf fprintf and sprintf dont get resolved.

thanks,
 rick


g++-3.3 -o build/grace build/Buffer.o build/Console.o build/Editor.o build/Grace.o build/Layer.o build/Help.o build/Resources.o build/ Plotter.o build/Points.o build/Syntab.o build/Syntax.o build/Scheme.o build/ChickenBridge.o build/Midi.o build/MidiReceiveComponent.o build/ Toolbox.o -L/usr/local/src/juce-1.45/bin -lchicken -ljuce -framework Carbon -framework CoreServices -framework CoreAudio -framework CoreMidi -framework ApplicationServices -framework OpenGL -framework AGL -framework QuickTime -framework IOKIT
ld: Undefined symbols:
_fprintf$LDBLStub
_printf$LDBLStub
_sprintf$LDBLStub



_______________________________________________
Chicken-users mailing list
Chicken-users@nongnu.org
http://lists.nongnu.org/mailman/listinfo/chicken-users

Reply via email to