chicken-users
[Top][All Lists]
Advanced

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

Re: [Chicken-users] compiling 32bit chicken on x86_64


From: Daishi Kato
Subject: Re: [Chicken-users] compiling 32bit chicken on x86_64
Date: Thu, 30 Oct 2008 09:25:12 +0900
User-agent: Wanderlust/2.15.6 (Almost Unreal) Emacs/21.4 Mule/5.0 (SAKAKI)

Here it is:

make -f Makefile.linux32 all
make[1]: Entering directory `/home/daishi/src/chicken-3.2.0'
gcc -m32 -shared  \
  -o libchicken.so library.o eval.o data-structures.o extras.o lolevel.o 
utils.o tcp.o srfi-1.o srfi-4.o srfi-13.o srfi-14.o srfi-18.o srfi-69.o 
posixunix.o regex.o scheduler.o profiler.o stub.o match.o runtime.o 
pcre/pcre_compile.o pcre/pcre_config.o pcre/pcre_dfa_exec.o pcre/pcre_exec.o 
pcre/pcre_fullinfo.o pcre/pcre_get.o pcre/pcre_globals.o pcre/pcre_info.o 
pcre/pcre_maketables.o pcre/pcre_newline.o pcre/pcre_ord2utf8.o 
pcre/pcre_refcount.o pcre/pcre_study.o pcre/pcre_tables.o 
pcre/pcre_try_flipped.o pcre/pcre_ucp_searchfuncs.o pcre/pcre_valid_utf8.o 
pcre/pcre_version.o pcre/pcre_xclass.o pcre/pcre_chartables.o apply-hack.x86.o 
-lm -ldl
/usr/bin/ld: cannot find -lgcc_s_32
collect2: ld returned 1 exit status
make[1]: *** [libchicken.so] Error 1
make[1]: Leaving directory `/home/daishi/src/chicken-3.2.0'
make: *** [all] Error 2

I'm not sure if it's a chicken issue...

Best,
Daishi

At Wed, 29 Oct 2008 15:50:28 +0100,
felix winkelmann wrote:
> 
> On Wed, Oct 29, 2008 at 3:33 PM, Daishi Kato <address@hidden> wrote:
> > Hi,
> >
> > Has anybody tried compiling 32bit chicken on x86_64?
> > I made a special Makefile, but giving me an error.
> > I'm totally not sure if this is the right way or not.
> > Thanks for any comments.
> 
> Can you give us the error message?
> 
> 
> cheers,
> felix
> 
> ******************************
>  XREA.COM -Free Web Hosting-
>  http://www.xrea.com/
> ******************************




reply via email to

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