chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Chicken-users] printf in libchicken.a ?


From: Zbigniew
Subject: Re: [Chicken-users] printf in libchicken.a ?
Date: Thu, 24 Jan 2008 14:41:50 -0600

Rick,

Could you try adding -lSystemStubs to the compilation line?  This may
be a case of mixing gcc-4.0 with g++-3.3.

Zb

On Jan 24, 2008 11:16 AM, Rick Taube <address@hidden> wrote:
> 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
> address@hidden
> http://lists.nongnu.org/mailman/listinfo/chicken-users
>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]