Hi Israel,
No worries, the holidays are a busy time!
It went longer that time, but still didn't compile.  Errors attached.  
The makefile you sent to me was "scrubbed" from your e-mail.  See below.  You 
might have to zip it or add a .txt extension?
Thanks!
Dave.

> From: scid-users-requ...@lists.sourceforge.net
> Subject: Scid-users Digest, Vol 52, Issue 35
> To: scid-users@lists.sourceforge.net
> Date: Sat, 27 Nov 2010 23:03:44 +0000
> 
> Send Scid-users mailing list submissions to
>       scid-users@lists.sourceforge.net
> 
> To subscribe or unsubscribe via the World Wide Web, visit
>       https://lists.sourceforge.net/lists/listinfo/scid-users
> or, via email, send a message with subject or body 'help' to
>       scid-users-requ...@lists.sourceforge.net
> 
> You can reach the person managing the list at
>       scid-users-ow...@lists.sourceforge.net
> 
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of Scid-users digest..."
> 
> 
> Today's Topics:
> 
>    1. Trouble compiling with OS X.6.5 (Dave Kaye)
>    2. Re: Trouble compiling with OS X.6.5 (Israel Chauca F.)
> 
> 
> ----------------------------------------------------------------------
> 
> Message: 1
> Date: Sat, 27 Nov 2010 17:01:35 -0500
> From: Dave Kaye <moatg...@hotmail.com>
> Subject: [Scid-users] Trouble compiling with OS X.6.5
> To: <scid-users@lists.sourceforge.net>
> Message-ID: <bay150-w6143c67b767b24ba911e2dc5...@phx.gbl>
> Content-Type: text/plain; charset="iso-8859-1"
> 
> 
> Hi All,
> I posted this to scid-devel but it doesn't seem like anyone's home over there.
> I'm having trouble compiling scid on OS X.6.5.  When I run configure I get :
> configure: Makefile configuration program for Scid    Renaming "Makefile" to 
> "Makefile.bak"    Tcl/Tk version: 8.5    Your operating system is: Darwin 
> 10.5.0    Location of Tcl/Tk frameworks: /Library/Frameworks    Checking if 
> your system already has zlib installed: yes.The Makefile configured for your 
> system was written.Now just type "make" to compile Scid.
> Shouldn't that be Darwin 10.6.5?  
> Then I get a lot of "maybe you meant" errors:
>  my_Tcl_Read(Tcl_Channel_*, char*, int)in misc.o      
> my_Tcl_Close(Tcl_Interp*, Tcl_Channel_*)      in misc.o      
> my_Tcl_OpenFileChannel(Tcl_Interp*, char const*, char const*, int)in misc.o  
> "_Tcl_Read", referenced from:      my_Tcl_Read(Tcl_Channel_*, char*, int)in 
> misc.o     (maybe you meant: my_Tcl_Read(Tcl_Channel_*, char*, int))
> Ending in:
>  "_Tcl_Eof", referenced from:      my_Tcl_Eof(Tcl_Channel_*)      in misc.o   
>   (maybe you meant: my_Tcl_Eof(Tcl_Channel_*))ld: symbol(s) not 
> foundcollect2: ld returned 1 exit statusmake: *** [pgnscid] Error 1
> Entire error message attached.
> Any thoughts?  Is Scid not compatible with X.6.5?
> Thanks!
> Dave.                                           
> -------------- next part --------------
> An HTML attachment was scrubbed...
> -------------- next part --------------
> An embedded and charset-unspecified text was scrubbed...
> Name: scid_errors.txt
> 
> ------------------------------
> 
> Message: 2
> Date: Sat, 27 Nov 2010 17:03:32 -0600
> From: "Israel Chauca F." <israelvar...@fastmail.fm>
> Subject: Re: [Scid-users] Trouble compiling with OS X.6.5
> To: Dave Kaye <moatg...@hotmail.com>
> Cc: scid-users@lists.sourceforge.net
> Message-ID: <ffa00da7-2596-4eb2-a375-d00f0f9a1...@fastmail.fm>
> Content-Type: text/plain; charset="us-ascii"
> 
> Hi Dave,
> 
> On Nov 27, 2010, at 4:01 PM, Dave Kaye wrote:
> 
> > 
> > Hi All,
> > I posted this to scid-devel but it doesn't seem like anyone's home over 
> > there.
> > I'm having trouble compiling scid on OS X.6.5.  When I run configure I get :
> > configure: Makefile configuration program for Scid    Renaming "Makefile" 
> > to "Makefile.bak"    Tcl/Tk version: 8.5    Your operating system is: 
> > Darwin 10.5.0    Location of Tcl/Tk frameworks: /Library/Frameworks    
> > Checking if your system already has zlib installed: yes.The Makefile 
> > configured for your system was written.Now just type "make" to compile Scid.
> > Shouldn't that be Darwin 10.6.5?  
> > Then I get a lot of "maybe you meant" errors:
> > my_Tcl_Read(Tcl_Channel_*, char*, int)in misc.o      
> > my_Tcl_Close(Tcl_Interp*, Tcl_Channel_*)      in misc.o      
> > my_Tcl_OpenFileChannel(Tcl_Interp*, char const*, char const*, int)in misc.o 
> >  "_Tcl_Read", referenced from:      my_Tcl_Read(Tcl_Channel_*, char*, 
> > int)in misc.o     (maybe you meant: my_Tcl_Read(Tcl_Channel_*, char*, int))
> > Ending in:
> > "_Tcl_Eof", referenced from:      my_Tcl_Eof(Tcl_Channel_*)      in misc.o  
> >    (maybe you meant: my_Tcl_Eof(Tcl_Channel_*))ld: symbol(s) not 
> > foundcollect2: ld returned 1 exit statusmake: *** [pgnscid] Error 1
> > Entire error message attached.
> > Any thoughts?  Is Scid not compatible with X.6.5?
> > Thanks!
> 
> I'm sorry I didn't reply to your message before, I've been kind of busy these 
> days.
> 
> Could you try this:
> 
> ./configure MAKEFILE=Makefile.conf.darwin && make clean && make scid_app
> 
> If that doesn't work, replace the current Makefile with the attached one and 
> try again.
> 
> Let us know how it went.
> 
> Israel
> 
> -------------- next part --------------
> A non-text attachment was scrubbed...
> Name: Makefile
> Type: application/octet-stream
> Size: 22961 bytes
> Desc: not available
> 
> ------------------------------
> 
> ------------------------------------------------------------------------------
> Increase Visibility of Your 3D Game App & Earn a Chance To Win $500!
> Tap into the largest installed PC base & get more eyes on your game by
> optimizing for Intel(R) Graphics Technology. Get started today with the
> Intel(R) Software Partner Program. Five $500 cash prizes are up for grabs.
> http://p.sf.net/sfu/intelisp-dev2dev
> 
> ------------------------------
> 
> _______________________________________________
> Scid-users mailing list
> Scid-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/scid-users
> 
> 
> End of Scid-users Digest, Vol 52, Issue 35
> ******************************************
                                          
configure: Makefile configuration program for Scid
    Renaming "Makefile" to "Makefile.bak"
    Tcl/Tk version: 8.5
    Your operating system is: Darwin 10.5.0
    Location of Tcl/Tk frameworks: /Library/Frameworks
    Checking if your system already has zlib installed: yes.
The Makefile configured for your system was written.
Now just type "make" to compile Scid.
rm -f game.* tkscid.so tkscid.dll position.* src/*.o src/zlib/*.o src/zlib/*.a 
src/polyglot/*.o pgnscid tkscid tcscid scmerge scidlet scid sc_addmove sc_epgn 
sc_spell sc_eco sc_import sc_remote sc_tree scidpgn pgnfix spliteco
cd engines/phalanx-scid/ && make clean && cd ../../
rm -rf .o phalanx phalanx-scid *.lrn learn.phalanx
cd engines/togaII1.2.1a/src/ && make clean && cd ../../../
Makefile:47: .depend: No such file or directory
g++ -MM attack.cpp board.cpp book.cpp eval.cpp fen.cpp hash.cpp list.cpp 
main.cpp material.cpp move.cpp move_check.cpp move_do.cpp move_evasion.cpp 
move_gen.cpp move_legal.cpp option.cpp pawn.cpp piece.cpp posix.cpp 
protocol.cpp pst.cpp pv.cpp random.cpp recog.cpp search.cpp search_full.cpp 
see.cpp sort.cpp square.cpp trans.cpp util.cpp value.cpp vector.cpp > .depend
rm -f *.o .depend gmon.out fruit togaII
cd pocket/toga/src/ && make clean && cd ../../../
Makefile:49: .depend: No such file or directory
g++ -MM attack.cpp board.cpp book.cpp eval.cpp fen.cpp hash.cpp list.cpp 
main.cpp material.cpp move.cpp move_check.cpp move_do.cpp move_evasion.cpp 
move_gen.cpp move_legal.cpp option.cpp pawn.cpp piece.cpp posix.cpp 
protocol.cpp pst.cpp pv.cpp random.cpp recog.cpp search.cpp search_full.cpp 
see.cpp sort.cpp square.cpp trans.cpp util.cpp value.cpp vector.cpp > .depend
rm -f *.o *.armo toga.exe .depend .dependarm gmon.out toga 
cd pocket/toga134/src/ && make clean && cd ../../../
Makefile:49: .depend: No such file or directory
g++ -MM attack.cpp board.cpp book.cpp eval.cpp fen.cpp hash.cpp list.cpp 
main.cpp material.cpp move.cpp move_check.cpp move_do.cpp move_evasion.cpp 
move_gen.cpp move_legal.cpp option.cpp pawn.cpp piece.cpp posix.cpp 
protocol.cpp pst.cpp pv.cpp random.cpp recog.cpp search.cpp search_full.cpp 
see.cpp sort.cpp square.cpp trans.cpp util.cpp value.cpp vector.cpp > .depend
rm -f *.o *.armo toga134 toga134.exe .depend .dependarm gmon.out toga134 
cd pocket/fruit_21/src/ && make clean && cd ../../../
Makefile:50: .depend: No such file or directory
g++ -MM attack.cpp board.cpp book.cpp eval.cpp fen.cpp hash.cpp list.cpp 
main.cpp material.cpp move.cpp move_check.cpp move_do.cpp move_evasion.cpp 
move_gen.cpp move_legal.cpp option.cpp pawn.cpp piece.cpp posix.cpp 
protocol.cpp pst.cpp pv.cpp random.cpp recog.cpp search.cpp search_full.cpp 
see.cpp sort.cpp square.cpp trans.cpp util.cpp value.cpp vector.cpp > .depend
rm -f *.o *.armo fruit_21.exe .depend gmon.out fruit_21
cd pocket/gambitfruit/src/ && make clean && cd ../../../
Makefile:50: .depend: No such file or directory
g++ -MM attack.cpp board.cpp book.cpp eval.cpp fen.cpp hash.cpp list.cpp 
main.cpp material.cpp move.cpp move_check.cpp move_do.cpp move_evasion.cpp 
move_gen.cpp move_legal.cpp option.cpp pawn.cpp piece.cpp posix.cpp 
protocol.cpp pst.cpp pv.cpp random.cpp search.cpp search_full.cpp see.cpp 
sort.cpp square.cpp trans.cpp util.cpp value.cpp vector.cpp > .depend
rm -f *.o .depend gambitfruit gambitfruit.exe gmon.out
cd pocket/glaurung/src/ && make clean && cd ../../../
rm -rf .o glaurung glaurung.exe
cd pocket/phalanx/src/ && make clean && cd ../../../
rm -rf .o phalanx phalanx.exe *.lrn
cd pocket/viper01/src/ && make clean && cd ../../../
rm -rf .o viper01 viper01.exe
rm -f pocket/toga.exe pocket/glaurung.exe
rm -rf pocket/scid_pocket
rm -f ./scid
cat tcl/start.tcl tcl/config.tcl tcl/bitmaps.tcl tcl/language.tcl tcl/utils.tcl 
tcl/utils/date.tcl tcl/utils/font.tcl tcl/utils/graph.tcl tcl/utils/history.tcl 
tcl/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/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/tools/correspondence.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/catalan.tcl tcl/lang/russian.tcl 
tcl/tools/uci.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/reviewgame.tcl tcl/utils/metadata.tcl  
tcl/tools/inputengine.tcl tcl/tools/novag.tcl tcl/misc/flags.tcl  > ./scid
chmod +x scid
cp scripts/sc_addmove.tcl ./sc_addmove
chmod +x sc_addmove
cp scripts/sc_epgn.tcl ./sc_epgn
chmod +x sc_epgn
cp scripts/sc_spell.tcl ./sc_spell
chmod +x sc_spell
cp scripts/sc_eco.tcl ./sc_eco
chmod +x sc_eco
cp scripts/sc_import.tcl ./sc_import
chmod +x sc_import
cp scripts/sc_remote.tk ./sc_remote
chmod +x sc_remote
cp scripts/sc_tree.tcl ./sc_tree
chmod +x sc_tree
cp scripts/scidpgn.tcl ./scidpgn
chmod +x scidpgn
cp scripts/pgnfix.py ./pgnfix
chmod +x pgnfix
cp scripts/spliteco.tcl ./spliteco
chmod +x spliteco
g++  -O4 -fno-rtti -fno-exceptions -Wall   -F/Library/Frameworks/Tcl.framework 
-F/Library/Frameworks/Tk.framework -o src/pgnscid.o -c src/pgnscid.cpp
g++  -O4 -fno-rtti -fno-exceptions -Wall   -F/Library/Frameworks/Tcl.framework 
-F/Library/Frameworks/Tk.framework -o src/misc.o -c src/misc.cpp
g++  -O4 -fno-rtti -fno-exceptions -Wall   -F/Library/Frameworks/Tcl.framework 
-F/Library/Frameworks/Tk.framework -o src/index.o -c src/index.cpp
g++  -O4 -fno-rtti -fno-exceptions -Wall   -F/Library/Frameworks/Tcl.framework 
-F/Library/Frameworks/Tk.framework -o src/date.o -c src/date.cpp
g++  -O4 -fno-rtti -fno-exceptions -Wall   -F/Library/Frameworks/Tcl.framework 
-F/Library/Frameworks/Tk.framework -o src/namebase.o -c src/namebase.cpp
g++  -O4 -fno-rtti -fno-exceptions -Wall   -F/Library/Frameworks/Tcl.framework 
-F/Library/Frameworks/Tk.framework -o src/position.o -c src/position.cpp
g++  -O4 -fno-rtti -fno-exceptions -Wall   -F/Library/Frameworks/Tcl.framework 
-F/Library/Frameworks/Tk.framework -o src/game.o -c src/game.cpp
g++  -O4 -fno-rtti -fno-exceptions -Wall   -F/Library/Frameworks/Tcl.framework 
-F/Library/Frameworks/Tk.framework -o src/gfile.o -c src/gfile.cpp
g++  -O4 -fno-rtti -fno-exceptions -Wall   -F/Library/Frameworks/Tcl.framework 
-F/Library/Frameworks/Tk.framework -o src/matsig.o -c src/matsig.cpp
g++  -O4 -fno-rtti -fno-exceptions -Wall   -F/Library/Frameworks/Tcl.framework 
-F/Library/Frameworks/Tk.framework -o src/bytebuf.o -c src/bytebuf.cpp
g++  -O4 -fno-rtti -fno-exceptions -Wall   -F/Library/Frameworks/Tcl.framework 
-F/Library/Frameworks/Tk.framework -o src/textbuf.o -c src/textbuf.cpp
g++  -O4 -fno-rtti -fno-exceptions -Wall   -F/Library/Frameworks/Tcl.framework 
-F/Library/Frameworks/Tk.framework -o src/myassert.o -c src/myassert.cpp
g++  -O4 -fno-rtti -fno-exceptions -Wall   -F/Library/Frameworks/Tcl.framework 
-F/Library/Frameworks/Tk.framework -o src/stralloc.o -c src/stralloc.cpp
g++  -O4 -fno-rtti -fno-exceptions -Wall   -F/Library/Frameworks/Tcl.framework 
-F/Library/Frameworks/Tk.framework -o src/mfile.o -c src/mfile.cpp
g++  -O4 -fno-rtti -fno-exceptions -Wall   -F/Library/Frameworks/Tcl.framework 
-F/Library/Frameworks/Tk.framework -o src/dstring.o -c src/dstring.cpp
g++  -O4 -fno-rtti -fno-exceptions -Wall   -F/Library/Frameworks/Tcl.framework 
-F/Library/Frameworks/Tk.framework -o src/pgnparse.o -c src/pgnparse.cpp
g++  -O4 -fno-rtti -fno-exceptions -Wall   -F/Library/Frameworks/Tcl.framework 
-F/Library/Frameworks/Tk.framework -o src/stored.o -c src/stored.cpp
g++  -O4 -fno-rtti -fno-exceptions -Wall   -F/Library/Frameworks/Tcl.framework 
-F/Library/Frameworks/Tk.framework -o src/movelist.o -c src/movelist.cpp
g++  -O4 -fno-rtti -fno-exceptions -Wall   -F/Library/Frameworks/Tcl.framework 
-F/Library/Frameworks/Tk.framework -o src/polyglot/attack.o -c 
src/polyglot/attack.cpp
g++  -O4 -fno-rtti -fno-exceptions -Wall   -F/Library/Frameworks/Tcl.framework 
-F/Library/Frameworks/Tk.framework -o src/polyglot/board.o -c 
src/polyglot/board.cpp
g++  -O4 -fno-rtti -fno-exceptions -Wall   -F/Library/Frameworks/Tcl.framework 
-F/Library/Frameworks/Tk.framework -o src/polyglot/book.o -c 
src/polyglot/book.cpp
g++  -O4 -fno-rtti -fno-exceptions -Wall   -F/Library/Frameworks/Tcl.framework 
-F/Library/Frameworks/Tk.framework -o src/polyglot/book_make.o -c 
src/polyglot/book_make.cpp
g++  -O4 -fno-rtti -fno-exceptions -Wall   -F/Library/Frameworks/Tcl.framework 
-F/Library/Frameworks/Tk.framework -o src/polyglot/book_merge.o -c 
src/polyglot/book_merge.cpp
g++  -O4 -fno-rtti -fno-exceptions -Wall   -F/Library/Frameworks/Tcl.framework 
-F/Library/Frameworks/Tk.framework -o src/polyglot/colour.o -c 
src/polyglot/colour.cpp
g++  -O4 -fno-rtti -fno-exceptions -Wall   -F/Library/Frameworks/Tcl.framework 
-F/Library/Frameworks/Tk.framework -o src/polyglot/fen.o -c src/polyglot/fen.cpp
g++  -O4 -fno-rtti -fno-exceptions -Wall   -F/Library/Frameworks/Tcl.framework 
-F/Library/Frameworks/Tk.framework -o src/polyglot/game.o -c 
src/polyglot/game.cpp
g++  -O4 -fno-rtti -fno-exceptions -Wall   -F/Library/Frameworks/Tcl.framework 
-F/Library/Frameworks/Tk.framework -o src/polyglot/hash.o -c 
src/polyglot/hash.cpp
g++  -O4 -fno-rtti -fno-exceptions -Wall   -F/Library/Frameworks/Tcl.framework 
-F/Library/Frameworks/Tk.framework -o src/polyglot/io.o -c src/polyglot/io.cpp
g++  -O4 -fno-rtti -fno-exceptions -Wall   -F/Library/Frameworks/Tcl.framework 
-F/Library/Frameworks/Tk.framework -o src/polyglot/line.o -c 
src/polyglot/line.cpp
g++  -O4 -fno-rtti -fno-exceptions -Wall   -F/Library/Frameworks/Tcl.framework 
-F/Library/Frameworks/Tk.framework -o src/polyglot/list.o -c 
src/polyglot/list.cpp
g++  -O4 -fno-rtti -fno-exceptions -Wall   -F/Library/Frameworks/Tcl.framework 
-F/Library/Frameworks/Tk.framework -o src/polyglot/main.o -c 
src/polyglot/main.cpp
g++  -O4 -fno-rtti -fno-exceptions -Wall   -F/Library/Frameworks/Tcl.framework 
-F/Library/Frameworks/Tk.framework -o src/polyglot/move.o -c 
src/polyglot/move.cpp
g++  -O4 -fno-rtti -fno-exceptions -Wall   -F/Library/Frameworks/Tcl.framework 
-F/Library/Frameworks/Tk.framework -o src/polyglot/move_do.o -c 
src/polyglot/move_do.cpp
g++  -O4 -fno-rtti -fno-exceptions -Wall   -F/Library/Frameworks/Tcl.framework 
-F/Library/Frameworks/Tk.framework -o src/polyglot/move_gen.o -c 
src/polyglot/move_gen.cpp
g++  -O4 -fno-rtti -fno-exceptions -Wall   -F/Library/Frameworks/Tcl.framework 
-F/Library/Frameworks/Tk.framework -o src/polyglot/move_legal.o -c 
src/polyglot/move_legal.cpp
g++  -O4 -fno-rtti -fno-exceptions -Wall   -F/Library/Frameworks/Tcl.framework 
-F/Library/Frameworks/Tk.framework -o src/polyglot/option.o -c 
src/polyglot/option.cpp
g++  -O4 -fno-rtti -fno-exceptions -Wall   -F/Library/Frameworks/Tcl.framework 
-F/Library/Frameworks/Tk.framework -o src/polyglot/parse.o -c 
src/polyglot/parse.cpp
g++  -O4 -fno-rtti -fno-exceptions -Wall   -F/Library/Frameworks/Tcl.framework 
-F/Library/Frameworks/Tk.framework -o src/polyglot/pgn.o -c src/polyglot/pgn.cpp
g++  -O4 -fno-rtti -fno-exceptions -Wall   -F/Library/Frameworks/Tcl.framework 
-F/Library/Frameworks/Tk.framework -o src/polyglot/piece.o -c 
src/polyglot/piece.cpp
g++  -O4 -fno-rtti -fno-exceptions -Wall   -F/Library/Frameworks/Tcl.framework 
-F/Library/Frameworks/Tk.framework -o src/polyglot/random.o -c 
src/polyglot/random.cpp
g++  -O4 -fno-rtti -fno-exceptions -Wall   -F/Library/Frameworks/Tcl.framework 
-F/Library/Frameworks/Tk.framework -o src/polyglot/san.o -c src/polyglot/san.cpp
g++  -O4 -fno-rtti -fno-exceptions -Wall   -F/Library/Frameworks/Tcl.framework 
-F/Library/Frameworks/Tk.framework -o src/polyglot/search.o -c 
src/polyglot/search.cpp
g++  -O4 -fno-rtti -fno-exceptions -Wall   -F/Library/Frameworks/Tcl.framework 
-F/Library/Frameworks/Tk.framework -o src/polyglot/square.o -c 
src/polyglot/square.cpp
g++  -O4 -fno-rtti -fno-exceptions -Wall   -F/Library/Frameworks/Tcl.framework 
-F/Library/Frameworks/Tk.framework -o src/polyglot/util.o -c 
src/polyglot/util.cpp
g++  -o pgnscid src/pgnscid.o src/misc.o src/index.o src/date.o src/namebase.o 
src/position.o src/game.o src/gfile.o src/matsig.o src/bytebuf.o src/textbuf.o 
src/myassert.o src/stralloc.o src/mfile.o src/dstring.o src/pgnparse.o 
src/stored.o src/movelist.o src/polyglot/attack.o src/polyglot/board.o 
src/polyglot/book.o src/polyglot/book_make.o src/polyglot/book_merge.o 
src/polyglot/colour.o src/polyglot/fen.o src/polyglot/game.o 
src/polyglot/hash.o src/polyglot/io.o src/polyglot/line.o src/polyglot/list.o 
src/polyglot/main.o src/polyglot/move.o src/polyglot/move_do.o 
src/polyglot/move_gen.o src/polyglot/move_legal.o src/polyglot/option.o 
src/polyglot/parse.o src/polyglot/pgn.o src/polyglot/piece.o 
src/polyglot/random.o src/polyglot/san.o src/polyglot/search.o 
src/polyglot/square.o src/polyglot/util.o -lz
Undefined symbols:
  "_Tcl_Eval", referenced from:
      my_Tcl_SetChannelOption(Tcl_Interp*, Tcl_Channel_*, char const*, char 
const*)in misc.o
      my_Tcl_Tell(Tcl_Channel_*)      in misc.o
      my_Tcl_Seek(Tcl_Channel_*, long, int)in misc.o
      my_Tcl_Flush(Tcl_Channel_*)      in misc.o
      my_Tcl_Write(Tcl_Channel_*, char const*, int)in misc.o
      my_Tcl_Read(Tcl_Channel_*, char*, int)in misc.o
      my_Tcl_Close(Tcl_Interp*, Tcl_Channel_*)      in misc.o
      my_Tcl_OpenFileChannel(Tcl_Interp*, char const*, char const*, int)in 
misc.o
  "_Tcl_Flush", referenced from:
      my_Tcl_Flush(Tcl_Channel_*)      in misc.o
     (maybe you meant: my_Tcl_Flush(Tcl_Channel_*))
  "_Tcl_SetChannelOption", referenced from:
      my_Tcl_SetChannelOption(Tcl_Interp*, Tcl_Channel_*, char const*, char 
const*)in misc.o
     (maybe you meant: my_Tcl_SetChannelOption(Tcl_Interp*, Tcl_Channel_*, char 
const*, char const*))
  "_Tcl_OpenFileChannel", referenced from:
      mySilent_Tcl_OpenFileChannel(Tcl_Interp*, char const*, char const*, 
int)in misc.o
      my_Tcl_OpenFileChannel(Tcl_Interp*, char const*, char const*, int)in 
misc.o
     (maybe you meant: mySilent_Tcl_OpenFileChannel(Tcl_Interp*, char const*, 
char const*, int), my_Tcl_OpenFileChannel(Tcl_Interp*, char const*, char 
const*, int))
  "_Tcl_GetErrno", referenced from:
      my_Tcl_Seek(Tcl_Channel_*, long, int)in misc.o
      my_Tcl_Flush(Tcl_Channel_*)      in misc.o
      my_Tcl_Write(Tcl_Channel_*, char const*, int)in misc.o
      my_Tcl_Read(Tcl_Channel_*, char*, int)in misc.o
      my_Tcl_Close(Tcl_Interp*, Tcl_Channel_*)      in misc.o
      my_Tcl_OpenFileChannel(Tcl_Interp*, char const*, char const*, int)in 
misc.o
  "_Tcl_ErrnoMsg", referenced from:
      my_Tcl_Seek(Tcl_Channel_*, long, int)in misc.o
      my_Tcl_Flush(Tcl_Channel_*)      in misc.o
      my_Tcl_Write(Tcl_Channel_*, char const*, int)in misc.o
      my_Tcl_Read(Tcl_Channel_*, char*, int)in misc.o
      my_Tcl_Close(Tcl_Interp*, Tcl_Channel_*)      in misc.o
      my_Tcl_OpenFileChannel(Tcl_Interp*, char const*, char const*, int)in 
misc.o
  "_Tcl_Read", referenced from:
      my_Tcl_Read(Tcl_Channel_*, char*, int)in misc.o
     (maybe you meant: my_Tcl_Read(Tcl_Channel_*, char*, int))
  "_Tcl_Seek", referenced from:
      my_Tcl_Seek(Tcl_Channel_*, long, int)in misc.o
     (maybe you meant: my_Tcl_Seek(Tcl_Channel_*, long, int))
  "_Tcl_Close", referenced from:
      my_Tcl_Close(Tcl_Interp*, Tcl_Channel_*)      in misc.o
     (maybe you meant: my_Tcl_Close(Tcl_Interp*, Tcl_Channel_*))
  "_Tcl_Tell", referenced from:
      my_Tcl_Tell(Tcl_Channel_*)      in misc.o
     (maybe you meant: my_Tcl_Tell(Tcl_Channel_*))
  "_Tcl_Write", referenced from:
      my_Tcl_Write(Tcl_Channel_*, char const*, int)in misc.o
     (maybe you meant: my_Tcl_Write(Tcl_Channel_*, char const*, int))
  "_Tcl_Eof", referenced from:
      my_Tcl_Eof(Tcl_Channel_*)      in misc.o
     (maybe you meant: my_Tcl_Eof(Tcl_Channel_*))
ld: symbol(s) not found
collect2: ld returned 1 exit status
make: *** [pgnscid] Error 1
------------------------------------------------------------------------------
Increase Visibility of Your 3D Game App & Earn a Chance To Win $500!
Tap into the largest installed PC base & get more eyes on your game by
optimizing for Intel(R) Graphics Technology. Get started today with the
Intel(R) Software Partner Program. Five $500 cash prizes are up for grabs.
http://p.sf.net/sfu/intelisp-dev2dev
_______________________________________________
Scid-users mailing list
Scid-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/scid-users

Reply via email to