tinycc-devel
[Top][All Lists]
Advanced

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

[Tinycc-devel] Problem Running http://fc-solve.berlios.de/ after compile


From: Shlomi Fish
Subject: [Tinycc-devel] Problem Running http://fc-solve.berlios.de/ after compiled with lcc
Date: Sat, 16 May 2009 17:11:59 +0300

Hi all!

When checking out (using Subversion):

https://svn.berlios.de/svnroot/repos/fc-solve/branches/tcc-breakage/fc-solve/source

And doing:

{{{{
$ cmake .
$ make -f Makefile.tcc
}}}}

I  can get the executables to compile, but then:

{{{{
shlomi:$fcs/branches/tcc-breakage/source$ python
board_gen/make_pysol_freecell_board.py 24
4C 2C 9C 8C QS 4S 2H
5H QH 3C AC 3H 4H QD
QC 9S 6H 9H 3S KS 3D
5D 2S JC 5C JH 6D AS
2D KD 10H 10C 10D 8D
7H JS KH 10S KC 7C
AH 5S 6S AD 8H JD
7S 6C 7D 4D 8S 9D
shlomi:$fcs/branches/tcc-breakage/source$ python
board_gen/make_pysol_freecell_board.py 24
4C 2C 9C 8C QS 4S 2H
5H QH 3C AC 3H 4H QD
QC 9S 6H 9H 3S KS 3D
5D 2S JC 5C JH 6D AS
2D KD 10H 10C 10D 8D
7H JS KH 10S KC 7C
AH 5S 6S AD 8H JD
7S 6C 7D 4D 8S 9D
shlomi:$fcs/branches/tcc-breakage/source$ python
board_gen/make_pysol_freecell_board.py 24 > 24.board
shlomi:$fcs/branches/tcc-breakage/source$ ./fc-solve 24.board
There's an empty slot in one of the stacks.
shlomi:$fcs/branches/tcc-breakage/source$ fc-solve 24.board | wc -l
2336
shlomi:$fcs/branches/tcc-breakage/source$ ldd ./fc-solve
        linux-gate.so.1 =>  (0xffffe000)
        libm.so.6 => /lib/i686/libm.so.6 (0xb7ef7000)
        libc.so.6 => /lib/i686/libc.so.6 (0xb7da5000)
        /lib/ld-linux.so.2 (0xb7f58000)
}}}}

I compiled tcc-0.9.24 from source under /home/shlomi/apps/tcc/bin/tcc
on my Mandriva Cooker system . So either there's a bug in tcc or in
Freecell Solver, which is unlikely, because it compiles fine with gcc
and with MSVC.

Thanks for your work on tcc, and any light you can throw about this problem.

Regards,

     Shlomi Fish

-- 
------------------------------------------
Shlomi Fish http://www.shlomifish.org/

Electrical Engineering studies. In the Technion. Been there. Done
that. Forgot a lot. Remember too much.




reply via email to

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