chicken-users
[Top][All Lists]
Advanced

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

Re: [Chicken-users] problem compiling chicken


From: felix
Subject: Re: [Chicken-users] problem compiling chicken
Date: Mon, 14 Jun 2004 07:32:28 +0200
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.6) Gecko/20040113

Chartrand Katharine N. wrote:

I am installing chicken on a linux box. When I make install, I get more-or-less this error three times:

gcc -shared .libs/extras.o .libs/format.o .libs/match-support.o .libs/lolevel.o .libs/tinyclos.o .libs/script-utils.o .libs/tcp.o .libs/regex.o .libs/pos ix.o -Wl,--rpath -Wl,/usr/local/lib -L/usr/local/lib -lchicken -ldl -lm -Wl,-soname -Wl,libstuffed-chicken.so.0 -o .libs/libstuffed-chicken.so.0.0.0
/usr/bin/ld: cannot find -lchicken
collect2: ld returned 1 exit status
libtool: install: error: relink `libstuffed-chicken.la' with the above command before installing it

It appears to be giving me an instruction: "relink `libstuffed-chicken.la' with the above command before installing it"

I don't know what they mean by relink. And I don't know what the "above command" refers to.


Me neither (;-). Unfortunately I am not really a libtool expert.
Please try to set your LD_LIBRARY_PATH environment-variable temporarily
to <where-you-build-chicken>/.libs, or better: what's the value of
LD_LIBRARY_PATH on your system? And what's the contents of the .libs
directory?


cheers,
felix





reply via email to

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