Hello,

When compiling Chicken 4.2 on OS 10.6.1, I get the following error:

$ make PLATFORM=macosx
make -f ./Makefile.macosx all
gcc -no-cpp-precomp -fno-strict-aliasing -fno-common -DHAVE_CHICKEN_CONFIG_H
-c apply-hack.x86.s -o apply-hack.x86.o
apply-hack.x86.s:35:suffix or operands invalid for `call'
make[1]: *** [apply-hack.x86.o] Error 1
make: *** [all] Error 2


On Ivan's recommendation, I've also tried:

$ CFLAGS="-m32" LDFLAGS="-m32" make PLATFORM=macosx bootstrap
<snip>
gcc -no-cpp-precomp -fno-strict-aliasing -fno-common -DHAVE_CHICKEN_CONFIG_H
-c apply-hack.x86.s -o apply-hack.x86.o
apply-hack.x86.s:35:suffix or operands invalid for `call'
make[2]: *** [apply-hack.x86.o] Error 1
make[1]: *** [bootstrap] Error 2
make: *** [bootstrap] Error 2


And:

$ make C_COMPILER_OPTIMIZATION_OPTIONS="-m32 -Os -fomit-frame-pointer"
PLATFORM=macosx bootstrap
<snip>
gcc -no-cpp-precomp -fno-strict-aliasing -fno-common -DHAVE_CHICKEN_CONFIG_H
-c apply-hack.x86.s -o apply-hack.x86.o
apply-hack.x86.s:35:suffix or operands invalid for `call'
make[2]: *** [apply-hack.x86.o] Error 1
make[1]: *** [bootstrap] Error 2
make: *** [bootstrap] Error 2


Which obviously yield the same error. Any suggestions?

Thanks,

-Josh

On Mon, Sep 21, 2009 at 8:29 PM, Ivan Raikov <ivan.g.rai...@gmail.com>wrote:

> Hi all,
>
> Chicken 4.2.0 has been released. It can be downloaded from here:
>
> http://www.call-with-current-continuation.org/chicken-4.2.0.tar.gz
>
> Let me know if there are any problems.
>
>   -Ivan
>
> On Thu, Sep 17, 2009 at 6:08 PM, Ivan Raikov <ivan.g.rai...@gmail.com>
> wrote:
> >
> > Hi all,
> >
> >      I have merged Chicken trunk with the prerelease branch in the SVN
> > repository, and I plan on making release 4.2.0 of Chicken within a week
> > from today. This release will be based on development snapshot 4.1.9,
> > but including the topological-sort procedure and some bug fixes to
> > chicken-install. I am testing the prerelease with salmonella under Linux
> > and MacOS X. Please try it out and let me know if there are any
> > problems.
> >
> >      -Ivan
> >
> >
> >
> >
> >
> >
> > _______________________________________________
> > Chicken-users mailing list
> > Chicken-users@nongnu.org
> > http://lists.nongnu.org/mailman/listinfo/chicken-users
> >
>
>
> _______________________________________________
> Chicken-users mailing list
> Chicken-users@nongnu.org
> http://lists.nongnu.org/mailman/listinfo/chicken-users
>
_______________________________________________
Chicken-users mailing list
Chicken-users@nongnu.org
http://lists.nongnu.org/mailman/listinfo/chicken-users

Reply via email to