Hi,

I got the following error message after installing scid on fedora 9 :

cc1: error: unrecognized command line option "-fforce-mem"

See details below. The program seems to work, though.
After googleing it seems this option has disappeared since gcc 4.1.

Did I do something silly ?

Niels

make install
rm -f ./scid
cat tcl/start.tcl tcl/config.tcl tcl/bitmaps.tcl tcl/language.tcl
tcl/utils.tcltcl/utils/date.tcl tcl/utils/font.tcl tcl/utils/graph.tcl
tcl/utils/history.tcltcl/utils/pane.tcl tcl/utils/sound.tcl
tcl/utils/string.tcl tcl/utils/tooltip.tcl tcl/utils/validate.tcl
tcl/utils/win.tcl tcl/misc/misc.tcl tcl/htext.tcl
tcl/contrib/combobox.tcl tcl/file.tcl tcl/file/finder.tcl
tcl/file/bookmark.tcl tcl/file/recent.tcl tcl/file/epd.tcl
tcl/file/spellchk.tcl tcl/file/maint.tcl tcl/edit.tcl tcl/game.tcl
tcl/game/browser.tcl tcl/windows.tcl tcl/windows/gamelist.tcl
tcl/windows/pgn.tcl tcl/windows/book.tcl tcl/windows/comment.tcl
tcl/windows/eco.tcl tcl/windows/stats.tcl tcl/windows/tree.tcl
tcl/windows/crosstab.tcl tcl/windows/pfinder.tcl tcl/windows/tourney.tcl
tcl/windows/switcher.tcl tcl/search/search.tcl tcl/search/board.tcl
tcl/search/header.tcl tcl/search/material.tcl
tcl/contrib/ezsmtp/ezsmtp.tcl tcl/tools/email.tcl tcl/tools/import.tcl
tcl/tools/optable.tcl tcl/tools/preport.tcl tcl/tools/pinfo.tcl
tcl/tools/analysis.tcl tcl/tools/wbdetect.tcl tcl/tools/reper.tcl
tcl/tools/graphs.tcl tcl/tools/tablebase.tcl tcl/tools/ptracker.tcl
tcl/help/help.tcl tcl/help/tips.tcl tcl/menus.tcl tcl/board.tcl
tcl/move.tcl tcl/main.tcl tcl/lang/english.tcl tcl/lang/deutsch.tcl
tcl/lang/francais.tcl tcl/lang/italian.tcl tcl/lang/nederlan.tcl
tcl/lang/spanish.tcl tcl/lang/portbr.tcl tcl/lang/swedish.tcl
tcl/lang/norsk.tcl tcl/lang/polish.tcl tcl/lang/czech.tcl
tcl/lang/hungary.tcl tcl/lang/serbian.tcl tcl/lang/russian.tcl
tcl/end.tcl tcl/tools/tacgame.tcl tcl/tools/sergame.tcl
tcl/tools/calvar.tcl tcl/tools/fics.tcl tcl/tools/opening.tcl
tcl/tools/tactics.tcl tcl/tools/uci.tcl tcl/tools/novag.tcl
tcl/tools/correspondence.tcl tcl/tools/inputengine.tcl >./scid
chmod +x scid
install -m 755 -d /usr/local/share/scid
install -m 755 -d /usr/local/bin
install -m 755 -d /usr/local/share/scid/data/
install -m 755 scid sc_addmove sc_epgn sc_spell sc_eco sc_import
sc_remote sc_tree scidpgn pgnfix spliteco pgnscid tkscid tcscid scmerge
scidlet /usr/local/bin
install -m 644 -p scid.eco /usr/local/share/scid/data/
install -m 755 -d /usr/local/share/scid/books
install -m 666 ./books/* /usr/local/share/scid/books/
install -m 755 -d /usr/local/share/scid/bases
install -m 666 ./bases/* /usr/local/share/scid/bases/
install -m 755 -d /usr/local/share/scid/html
cp -r ./html/* /usr/local/share/scid/html/
chmod -R 0777 /usr/local/share/scid/html/*
cd engines/crafty-21.6/ && make linux && cd ../../
make[1]: entrant dans le répertoire «
/home/nietzsche/Bureau/scid/engines/crafty-21.6 »
make target=LINUX \
                CC=gcc CXX=g++ \
                CFLAGS=' -Wall -pipe -march=i686 -O3 \
                        -fbranch-probabilities -fforce-mem
-fomit-frame-pointer\
                        -fno-gcse -mpreferred-stack-boundary=2' \
                CXFLAGS= \
                LDFLAGS=' -lstdc++' \
                opt=' -DINLINE32 -DCPUS=2' \
                crafty-make
make[2]: entrant dans le répertoire «
/home/nietzsche/Bureau/scid/engines/crafty-21.6 »
make[3]: entrant dans le répertoire «
/home/nietzsche/Bureau/scid/engines/crafty-21.6 »
gcc -Wall -pipe -march=i686 -O3 \
                -fbranch-probabilities -fforce-mem -fomit-frame-pointer\
                -fno-gcse -mpreferred-stack-boundary=2 -DINLINE32
-DCPUS=2 -DLINUX -c crafty.c
cc1: erreur: option "-fforce-mem" de la ligne de commande non reconnue
make[3]: *** [crafty.o] Erreur 1
make[3]: quittant le répertoire «
/home/nietzsche/Bureau/scid/engines/crafty-21.6 »
make[2]: *** [crafty-make] Erreur 2
make[2]: quittant le répertoire «
/home/nietzsche/Bureau/scid/engines/crafty-21.6 »
make[1]: *** [linux] Erreur 2
make[1]: quittant le répertoire «
/home/nietzsche/Bureau/scid/engines/crafty-21.6 »
make: *** [crafty] Erreur 2

Attachment: pgpuLCdXknYBb.pgp
Description: PGP signature

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft 
Defy all challenges. Microsoft(R) Visual Studio 2008. 
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Scid-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/scid-users

Reply via email to