chicken-users
[Top][All Lists]
Advanced

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

[Chicken-users] chicken 3.0.0rc1 on linux


From: Rick Taube
Subject: [Chicken-users] chicken 3.0.0rc1 on linux
Date: Thu, 24 Jan 2008 14:45:15 -0600

hi ive compiled and isntalled chicken 3.0.0rc1 on my fedora box but it cant link to the library.
this compiles and links fine on darwin with the same chicken install

address@hidden ~]$ csc -V
CHICKEN
Version 3.0.0rc1 - linux-unix-gnu-x86 [ manyargs dload ptables applyhook ] (c)2000-2008 Felix L. Winkelmann compiled 2008-01-23 on camil26.music.uiuc.edu (Linux)

any advice appreciated
best, rick


[....]
g++ -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/X11R6/lib -L/usr/local/src/juce-1.45/bin -lfreetype - lGLU -lGL -lasound -lchicken -ljuce
build/ChickenBridge.o(.text+0x5225): In function `C_grace_toplevel':
: undefined reference to `C_decode_literal'
build/ChickenBridge.o(.text+0x5284): In function `C_grace_toplevel':
: undefined reference to `C_decode_literal'
build/ChickenBridge.o(.text+0x52b1): In function `C_grace_toplevel':
: undefined reference to `C_decode_literal'
build/ChickenBridge.o(.text+0x52c5): In function `C_grace_toplevel':
: undefined reference to `C_decode_literal'
build/ChickenBridge.o(.text+0x52d9): In function `C_grace_toplevel':
: undefined reference to `C_decode_literal'
build/ChickenBridge.o(.text+0x5306): more undefined references to `C_decode_literal' follow
collect2: ld returned 1 exit status
scons: *** [build/grace] Error 1
scons: building terminated because of errors.
address@hidden grace]$





reply via email to

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