I'm trying to program chess240 for my cs240 course, and I'll need to do much of that work over Thanksgiving; but I'll need to do it from home (the Talmage will be closed and 
locked during the holiday). I've transferred my files from my cs account on campus to my system at home where I run Fedora Core 3. However, it seems what worked in the CS Linux
Labs does not work here at home for chess240. Is there something the computers have on campus which I would not have on my system here at home? Perhaps a GTK or whatever else?
If GTK is what I need, how do I get it (and the right version of it). If it is not what I need (you can hopefully tell from the printout that follows), what do I need?

Following is the print-out from my terminal after I type 'make bin' in the command-line if I'm on my computer at home:

[EMAIL PROTECTED] chess240]$ make bin
g++ -Wall -g -o bin/chess src/chess.cpp lib/libcs240.so -I inc/ -I lib/
`pkg-config gtkmm-2.0 --cflags` -Iimages `pkg-config gtkmm-2.0 --libs`
Package gtkmm-2.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `gtkmm-2.0.pc'
to the PKG_CONFIG_PATH environment variable
No package 'gtkmm-2.0' found
Package gtkmm-2.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `gtkmm-2.0.pc'
to the PKG_CONFIG_PATH environment variable
No package 'gtkmm-2.0' found
In file included from inc/chess.h:4,
from src/chess.cpp:1:
lib/chessgui.h:4:27: sigc++/sigc++.h: No such file or directory
lib/chessgui.h:12:24: gtkmm/base.h: No such file or directory
lib/chessgui.h:13:24: gtkmm/main.h: No such file or directory
lib/chessgui.h:14:25: gtkmm/style.h: No such file or directory
lib/chessgui.h:15:26: gtkmm/window.h: No such file or directory
lib/chessgui.h:16:26: gtkmm/button.h: No such file or directory
lib/chessgui.h:17:23: gtkmm/box.h: No such file or directory
lib/chessgui.h:18:25: gtkmm/label.h: No such file or directory
lib/chessgui.h:19:25: gtkmm/entry.h: No such file or directory
lib/chessgui.h:20:29: gtkmm/statusbar.h: No such file or directory
lib/chessgui.h:22:25: gtkmm/frame.h: No such file or directory
lib/chessgui.h:23:25: gtkmm/table.h: No such file or directory
lib/chessgui.h:24:28: gtkmm/textview.h: No such file or directory
lib/chessgui.h:25:30: gtkmm/textbuffer.h: No such file or directory
lib/chessgui.h:26:31: gtkmm/drawingarea.h: No such file or directory
lib/chessgui.h:27:29: gtkmm/separator.h: No such file or directory
lib/chessgui.h:28:34: gtkmm/scrolledwindow.h: No such file or directory
lib/chessgui.h:29:31: gtkmm/aspectframe.h: No such file or directory
lib/chessgui.h:31:31: gdkmm/dragcontext.h: No such file or directory
lib/chessgui.h:32:26: gdkmm/pixmap.h: No such file or directory
lib/chessgui.h:33:26: gdkmm/bitmap.h: No such file or directory
lib/chessgui.h:35:26: gdkmm/pixbuf.h: No such file or directory
In file included from lib/chessgui.h:46,
from inc/chess.h:4,
from src/chess.cpp:1:
lib/buttonbox.h:5:28: gdk/gdkkeysyms.h: No such file or directory
In file included from lib/chessgui.h:46,
from inc/chess.h:4,
from src/chess.cpp:1:
lib/buttonbox.h:8: error: expected namespace-name before ';' token
lib/buttonbox.h:8: error: `<type error>' is not a namespace
lib/buttonbox.h:16:26: gtkmm/dialog.h: No such file or directory
lib/buttonbox.h:38: error: `Gtk' has not been declared
lib/buttonbox.h:38: error: expected class-name before '{' token
lib/buttonbox.h:42: error: `Gtk' has not been declared
lib/buttonbox.h:42: error: ISO C++ forbids declaration of `Label' with no
type
lib/buttonbox.h:42: error: expected `;' before "message"
lib/buttonbox.h:43: error: `Gtk' has not been declared
lib/buttonbox.h:43: error: ISO C++ forbids declaration of `VBox' with no
type
lib/buttonbox.h:43: error: expected `;' before "buttons_vbox"
lib/buttonbox.h:44: error: `Gtk' has not been declared
lib/buttonbox.h:44: error: ISO C++ forbids declaration of `Frame' with no
type
lib/buttonbox.h:44: error: expected `;' before "message_frame"
lib/buttonbox.h:45: error: `Gtk' has not been declared
lib/buttonbox.h:45: error: ISO C++ forbids declaration of `Button' with no
type
lib/buttonbox.h:45: error: expected `;' before '*' token
lib/buttonbox.h:46: error: ISO C++ forbids declaration of `Connection'
with no type
lib/buttonbox.h:46: error: expected `;' before '*' token
lib/buttonbox.h:47: error: ISO C++ forbids declaration of `Connection'
with no type
lib/buttonbox.h:47: error: expected `;' before '*' token
lib/buttonbox.h:55: error: `GdkEventAny' has not been declared
lib/buttonbox.h:55: error: ISO C++ forbids declaration of `parameter' with
no type
lib/buttonbox.h:63: error: ISO C++ forbids declaration of `Signal1' with
no type
lib/buttonbox.h:63: error: expected `;' before '<' token
In file included from lib/chessgui.h:47,
from inc/chess.h:4,
from src/chess.cpp:1:
lib/messagebox.h:8: error: expected namespace-name before ';' token
lib/messagebox.h:8: error: `<type error>' is not a namespace
lib/messagebox.h:41: error: `Gtk' has not been declared
lib/messagebox.h:41: error: expected class-name before '{' token
lib/messagebox.h:48: error: `Gtk' has not been declared
lib/messagebox.h:48: error: ISO C++ forbids declaration of `Label' with no
type
lib/messagebox.h:48: error: expected `;' before "message"
lib/messagebox.h:49: error: `Gtk' has not been declared
lib/messagebox.h:49: error: ISO C++ forbids declaration of `HBox' with no
type
lib/messagebox.h:49: error: expected `;' before "buttons_hbox"
lib/messagebox.h:50: error: `Gtk' has not been declared
lib/messagebox.h:50: error: ISO C++ forbids declaration of `Frame' with no
type
lib/messagebox.h:50: error: expected `;' before "message_frame"
lib/messagebox.h:51: error: `Gtk' has not been declared
lib/messagebox.h:51: error: ISO C++ forbids declaration of `Button' with
no type
lib/messagebox.h:51: error: expected `;' before '*' token
lib/messagebox.h:52: error: ISO C++ forbids declaration of `Connection'
with no type
lib/messagebox.h:52: error: expected `;' before '*' token
lib/messagebox.h:53: error: ISO C++ forbids declaration of `Connection'
with no type
lib/messagebox.h:53: error: expected `;' before '*' token
lib/messagebox.h:61: error: `GdkEventAny' has not been declared
lib/messagebox.h:61: error: ISO C++ forbids declaration of `parameter'
with no type
lib/messagebox.h:70: error: ISO C++ forbids declaration of `Signal1' with
no type
lib/messagebox.h:70: error: expected `;' before '<' token
In file included from lib/chessgui.h:48,
from inc/chess.h:4,
from src/chess.cpp:1:
lib/inputbox.h:8: error: expected namespace-name before ';' token
lib/inputbox.h:8: error: `<type error>' is not a namespace
lib/inputbox.h:32: error: `Gtk' has not been declared
lib/inputbox.h:32: error: expected class-name before '{' token
lib/inputbox.h:36: error: `Gtk' has not been declared
lib/inputbox.h:36: error: ISO C++ forbids declaration of `Label' with no
type
lib/inputbox.h:36: error: expected `;' before "message"
lib/inputbox.h:37: error: `Gtk' has not been declared
lib/inputbox.h:37: error: ISO C++ forbids declaration of `Frame' with no
type
lib/inputbox.h:37: error: expected `;' before "message_frame"
lib/inputbox.h:38: error: `Gtk' has not been declared
lib/inputbox.h:38: error: ISO C++ forbids declaration of `Label' with no
type
lib/inputbox.h:38: error: expected `;' before "input_label"
lib/inputbox.h:39: error: `Gtk' has not been declared
lib/inputbox.h:39: error: ISO C++ forbids declaration of `Entry' with no
type
lib/inputbox.h:39: error: expected `;' before "input_entry"
lib/inputbox.h:41: error: `Gtk' has not been declared
lib/inputbox.h:41: error: ISO C++ forbids declaration of `HBox' with no
type
lib/inputbox.h:41: error: expected `;' before "input_hbox"
lib/inputbox.h:42: error: `Gtk' has not been declared
lib/inputbox.h:42: error: ISO C++ forbids declaration of `Button' with no
type
lib/inputbox.h:42: error: expected `;' before "button"
lib/inputbox.h:50: error: `GdkEventAny' has not been declared
lib/inputbox.h:50: error: ISO C++ forbids declaration of `parameter' with
no type
lib/inputbox.h:52: error: `GdkEventKey' has not been declared
lib/inputbox.h:52: error: ISO C++ forbids declaration of `parameter' with
no type
lib/inputbox.h:60: error: ISO C++ forbids declaration of `Signal1' with no
type
lib/inputbox.h:60: error: expected `;' before '<' token
In file included from inc/chess.h:4,
from src/chess.cpp:1:
lib/chessgui.h:58: error: expected nested-name-specifier before "Trait"
lib/chessgui.h:58: error: ISO C++ forbids declaration of `Trait' with no
type
lib/chessgui.h:58: error: expected `;' before '<' token
lib/chessgui.h:59: error: expected nested-name-specifier before "Slot6"
lib/chessgui.h:59: error: ISO C++ forbids declaration of `Slot6' with no
type
lib/chessgui.h:59: error: expected `;' before '<' token
lib/chessgui.h:60: error: `RType' does not name a type
lib/chessgui.h:72: error: expected constructor, destructor, or type
conversion
before '<' token
lib/chessgui.h:72: error: expected `;' before '<' token
lib/chessgui.h:87: error: `Gtk' has not been declared
lib/chessgui.h:87: error: expected class-name before '{' token
lib/chessgui.h:98: error: `GdkEventButton' does not name a type
lib/chessgui.h:100: error: `Glib' has not been declared
lib/chessgui.h:100: error: ISO C++ forbids declaration of `RefPtr' with no
type
lib/chessgui.h:100: error: expected `;' before '<' token
lib/chessgui.h:102: error: `Glib' has not been declared
lib/chessgui.h:102: error: ISO C++ forbids declaration of `RefPtr' with no
type
lib/chessgui.h:102: error: expected `;' before '<' token
lib/chessgui.h:103: error: `Glib' has not been declared
lib/chessgui.h:103: error: ISO C++ forbids declaration of `RefPtr' with no
type
lib/chessgui.h:103: error: expected `;' before '<' token
lib/chessgui.h:104: error: `Glib' has not been declared
lib/chessgui.h:104: error: ISO C++ forbids declaration of `RefPtr' with no
type
lib/chessgui.h:104: error: expected `;' before '<' token
lib/chessgui.h:106: error: `Gtk' has not been declared
lib/chessgui.h:106: error: `TargetEntry' was not declared in this scope
lib/chessgui.h:106: error: template argument 1 is invalid
lib/chessgui.h:106: error: template argument 2 is invalid
lib/chessgui.h:106: error: ISO C++ forbids declaration of
`chess_gui_target_entry' with no type
lib/chessgui.h:109: error: `Gtk' has not been declared
lib/chessgui.h:109: error: ISO C++ forbids declaration of `VBox' with no
type
lib/chessgui.h:109: error: expected `;' before "main_vbox"
lib/chessgui.h:110: error: `Gtk' has not been declared
lib/chessgui.h:110: error: ISO C++ forbids declaration of `Statusbar' with
no type
lib/chessgui.h:110: error: expected `;' before "status_bar"
lib/chessgui.h:111: error: `Gtk' has not been declared
lib/chessgui.h:111: error: ISO C++ forbids declaration of `HBox' with no
type
lib/chessgui.h:111: error: expected `;' before "hbox"
lib/chessgui.h:113: error: `Gtk' has not been declared
lib/chessgui.h:113: error: ISO C++ forbids declaration of `VBox' with no
type
lib/chessgui.h:113: error: expected `;' before "left_pane"
lib/chessgui.h:114: error: `Gtk' has not been declared
lib/chessgui.h:114: error: ISO C++ forbids declaration of `Label' with no
type
lib/chessgui.h:114: error: expected `;' before "label1"
lib/chessgui.h:115: error: `Gtk' has not been declared
lib/chessgui.h:115: error: ISO C++ forbids declaration of `AspectFrame'
with no type
lib/chessgui.h:115: error: expected `;' before '*' token
lib/chessgui.h:116: error: `Gtk' has not been declared
lib/chessgui.h:116: error: ISO C++ forbids declaration of `Table' with no
type
lib/chessgui.h:116: error: expected `;' before "board_table"
lib/chessgui.h:118: error: `Gtk' has not been declared
lib/chessgui.h:118: error: ISO C++ forbids declaration of `DrawingArea'
with no type
lib/chessgui.h:118: error: expected `;' before "cell"
lib/chessgui.h:119: error: `Glib' has not been declared
lib/chessgui.h:119: error: ISO C++ forbids declaration of `RefPtr' with no
type
lib/chessgui.h:119: error: expected `;' before '<' token
lib/chessgui.h:121: error: `Glib' has not been declared
lib/chessgui.h:121: error: ISO C++ forbids declaration of `RefPtr' with no
type
lib/chessgui.h:121: error: expected `;' before '<' token
lib/chessgui.h:129: error: `Gtk' has not been declared
lib/chessgui.h:129: error: ISO C++ forbids declaration of `Label' with no
type
lib/chessgui.h:129: error: expected `;' before "label2"
lib/chessgui.h:130: error: `Gtk' has not been declared
lib/chessgui.h:130: error: ISO C++ forbids declaration of `HSeparator'
with no type
lib/chessgui.h:130: error: expected `;' before "separator"
lib/chessgui.h:132: error: `Gtk' has not been declared
lib/chessgui.h:132: error: ISO C++ forbids declaration of `HBox' with no
type
lib/chessgui.h:132: error: expected `;' before "filename_entry_hbox"
lib/chessgui.h:133: error: `Gtk' has not been declared
lib/chessgui.h:133: error: ISO C++ forbids declaration of `Label' with no
type
lib/chessgui.h:133: error: expected `;' before "filename_entry_label"
lib/chessgui.h:134: error: `Gtk' has not been declared
lib/chessgui.h:134: error: ISO C++ forbids declaration of `Entry' with no
type
lib/chessgui.h:134: error: expected `;' before "filename_entry_box"
lib/chessgui.h:136: error: `Gtk' has not been declared
lib/chessgui.h:136: error: ISO C++ forbids declaration of `VBox' with no
type
lib/chessgui.h:136: error: expected `;' before "right_pane"
lib/chessgui.h:137: error: `Gtk' has not been declared
lib/chessgui.h:137: error: ISO C++ forbids declaration of `Frame' with no
type
lib/chessgui.h:137: error: expected `;' before "button_frame"
lib/chessgui.h:138: error: `Gtk' has not been declared
lib/chessgui.h:138: error: ISO C++ forbids declaration of `VBox' with no
type
lib/chessgui.h:138: error: expected `;' before "button_vbox"
lib/chessgui.h:139: error: `Gtk' has not been declared
lib/chessgui.h:139: error: ISO C++ forbids declaration of `Button' with no
type
lib/chessgui.h:139: error: expected `;' before "button"
lib/chessgui.h:140: error: `Gtk' has not been declared
lib/chessgui.h:140: error: ISO C++ forbids declaration of `Frame' with no
type
lib/chessgui.h:140: error: expected `;' before "info_frame"
lib/chessgui.h:141: error: `Gtk' has not been declared
lib/chessgui.h:141: error: ISO C++ forbids declaration of `ScrolledWindow'
with
no type
lib/chessgui.h:141: error: expected `;' before "info_scrolled_window"
lib/chessgui.h:143: error: `Gtk' has not been declared
lib/chessgui.h:143: error: ISO C++ forbids declaration of `TextView' with
no type
lib/chessgui.h:143: error: expected `;' before "info_text_view"
lib/chessgui.h:144: error: `Glib' has not been declared
lib/chessgui.h:144: error: ISO C++ forbids declaration of `RefPtr' with no
type
lib/chessgui.h:144: error: expected `;' before '<' token
lib/chessgui.h:150: error: `GdkEventMotion' has not been declared
lib/chessgui.h:150: error: ISO C++ forbids declaration of `parameter' with
no type
lib/chessgui.h:151: error: `GdkEventButton' has not been declared
lib/chessgui.h:151: error: ISO C++ forbids declaration of `parameter' with
no type
lib/chessgui.h:152: error: `GdkEventButton' has not been declared
lib/chessgui.h:152: error: ISO C++ forbids declaration of `parameter' with
no type
lib/chessgui.h:153: error: `GdkEventScroll' has not been declared
lib/chessgui.h:153: error: ISO C++ forbids declaration of `parameter' with
no type
lib/chessgui.h:154: error: `GdkEventExpose' has not been declared
lib/chessgui.h:154: error: ISO C++ forbids declaration of `parameter' with
no type
lib/chessgui.h:155: error: `GdkEventConfigure' has not been declared
lib/chessgui.h:155: error: ISO C++ forbids declaration of `parameter' with
no type
lib/chessgui.h:157: error: `Glib' has not been declared
lib/chessgui.h:157: error: expected `,' or `...' before '<' token
lib/chessgui.h:157: error: ISO C++ forbids declaration of `RefPtr' with no
type
lib/chessgui.h:158: error: `Glib' has not been declared
lib/chessgui.h:158: error: expected `,' or `...' before '<' token
lib/chessgui.h:158: error: ISO C++ forbids declaration of `RefPtr' with no
type
lib/chessgui.h:159: error: `Glib' has not been declared
lib/chessgui.h:159: error: expected `,' or `...' before '<' token
lib/chessgui.h:159: error: ISO C++ forbids declaration of `RefPtr' with no
type
lib/chessgui.h:161: error: `Glib' has not been declared
lib/chessgui.h:161: error: expected `,' or `...' before '<' token
lib/chessgui.h:161: error: ISO C++ forbids declaration of `RefPtr' with no
type
lib/chessgui.h:162: error: `Glib' has not been declared
lib/chessgui.h:162: error: expected `,' or `...' before '<' token
lib/chessgui.h:162: error: ISO C++ forbids declaration of `RefPtr' with no
type
lib/chessgui.h:163: error: `GdkEventAny' has not been declared
lib/chessgui.h:163: error: ISO C++ forbids declaration of `parameter' with
no type
lib/chessgui.h:176: error: ISO C++ forbids declaration of `Signal0' with
no type
lib/chessgui.h:176: error: expected `;' before '<' token
lib/chessgui.h:179: error: ISO C++ forbids declaration of `Signal2' with
no type
lib/chessgui.h:179: error: expected `;' before '<' token
lib/chessgui.h:182: error: ISO C++ forbids declaration of `Signal1' with
no type
lib/chessgui.h:182: error: expected `;' before '<' token
lib/chessgui.h:186: error: ISO C++ forbids declaration of `Signal3' with
no type
lib/chessgui.h:186: error: expected `;' before '<' token
lib/chessgui.h:191: error: ISO C++ forbids declaration of `Signal4' with
no type
lib/chessgui.h:191: error: expected `;' before '<' token
lib/chessgui.h:194: error: ISO C++ forbids declaration of `Signal2' with
no type
lib/chessgui.h:194: error: expected `;' before '<' token
lib/chessgui.h:197: error: ISO C++ forbids declaration of `Signal4' with
no type
lib/chessgui.h:197: error: expected `;' before '<' token
lib/chessgui.h:200: error: ISO C++ forbids declaration of `Signal2' with
no type
lib/chessgui.h:200: error: expected `;' before '<' token
lib/chessgui.h:203: error: ISO C++ forbids declaration of `Signal2' with
no type
lib/chessgui.h:203: error: expected `;' before '<' token
lib/chessgui.h:206: error: ISO C++ forbids declaration of `Signal2' with
no type
lib/chessgui.h:206: error: expected `;' before '<' token
lib/chessgui.h:209: error: ISO C++ forbids declaration of `Signal5' with
no type
lib/chessgui.h:209: error: expected `;' before '<' token
lib/chessgui.h:240: error: expected `,' or `...' before '*' token
lib/chessgui.h:240: error: ISO C++ forbids declaration of `gchar' with no
type
lib/chessgui.h:256: error: expected `,' or `...' before '*' token
lib/chessgui.h:257: error: ISO C++ forbids declaration of `gchar' with no
type
lib/chessgui.h:265: error: expected `,' or `...' before '*' token
lib/chessgui.h:265: error: ISO C++ forbids declaration of `gchar' with no
type
In file included from src/chess.cpp:1:
inc/chess.h:16: error: `Gtk' has not been declared
inc/chess.h:16: error: expected class-name before '{' token
inc/chess.h:20: error: `Gtk' has not been declared
inc/chess.h:20: error: ISO C++ forbids declaration of `Main' with no type
inc/chess.h:20: error: expected `;' before '*' token
inc/chess.h:45: error: `Gtk' has not been declared
inc/chess.h:45: error: `Main' has not been declared
inc/chess.h:45: error: ISO C++ forbids declaration of `myapp' with no type
inc/chess.h:54: error: expected `,' or `...' before '*' token
inc/chess.h:54: error: ISO C++ forbids declaration of `gchar' with no type
src/chess.cpp:58: error: expected `,' or `...' before '*' token
src/chess.cpp:58: error: ISO C++ forbids declaration of `gchar' with no
type
src/chess.cpp: In member function `void Chess::board_cell_set_pixmap(int,
int,
int)':
src/chess.cpp:59: error: `data' undeclared (first use this function)
src/chess.cpp:59: error: (Each undeclared identifier is reported only once
for
each function it appears in.)
src/chess.cpp:59: error: `layer' undeclared (first use this function)
src/chess.cpp:59: error: `alpha' undeclared (first use this function)
src/chess.cpp: In constructor `Chess::Chess()':
src/chess.cpp:147: error: 'class ChessGui' has no member named
'button_clicked'
src/chess.cpp:147: error: `SigC' has not been declared
src/chess.cpp:147: error: `slot' undeclared (first use this function)
src/chess.cpp:148: error: 'class ChessGui' has no member named
'mouse_button_released'
src/chess.cpp:148: error: `SigC' has not been declared
src/chess.cpp:149: error: 'class ChessGui' has no member named
'main_window_close'
src/chess.cpp:149: error: `SigC' has not been declared
src/chess.cpp:157: error: no matching function for call to
`ChessGui::board_cell_set_pixmap(int, int&, char*[315], int)'
lib/chessgui.h:240: note: candidates are: void
ChessGui::board_cell_set_pixmap(int, int, int)
lib/chessgui.h:242: note: void
ChessGui::board_cell_set_pixmap(int, int, const char*, int, int)
src/chess.cpp:161: error: no matching function for call to
`ChessGui::board_cell_set_pixmap(int, int&, char*[315], int)'
lib/chessgui.h:240: note: candidates are: void
ChessGui::board_cell_set_pixmap(int, int, int)
lib/chessgui.h:242: note: void
ChessGui::board_cell_set_pixmap(int, int, const char*, int, int)
src/chess.cpp:164: error: no matching function for call to
`ChessGui::board_cell_set_pixmap(int&, int&, char*[315], int, int)'
lib/chessgui.h:240: note: candidates are: void
ChessGui::board_cell_set_pixmap(int, int, int)
lib/chessgui.h:242: note: void
ChessGui::board_cell_set_pixmap(int, int, const char*, int, int)
src/chess.cpp: At global scope:
src/chess.cpp:185: error: `Gtk' has not been declared
src/chess.cpp:185: error: variable or field `run' declared void
src/chess.cpp:185: error: `int Chess::run' is not a static member of
`class Chess'
src/chess.cpp:185: error: `Main' was not declared in this scope
src/chess.cpp:185: error: `myapp' was not declared in this scope
src/chess.cpp:185: error: expected primary-_expression_ before "int"
src/chess.cpp:185: error: expected primary-_expression_ before "char"
src/chess.cpp:185: error: initializer _expression_ list treated as compound
_expression_
src/chess.cpp:185: error: expected `,' or `;' before '{' token
src/chess.cpp: In function `int main(int, char**)':
src/chess.cpp:191: error: `Gtk' has not been declared
src/chess.cpp:191: error: `Main' undeclared (first use this function)
src/chess.cpp:191: error: expected `;' before "myapp"
src/chess.cpp:194: error: `myapp' undeclared (first use this function)
images/select.xpm: At global scope:
images/select.xpm:2: warning: 'select_xpm' defined but not used
make: *** [chess] Error 1
[EMAIL PROTECTED] chess240]$
--------------------
BYU Unix Users Group 
http://uug.byu.edu/ 

The opinions expressed in this message are the responsibility of their
author.  They are not endorsed by BYU, the BYU CS Department or BYU-UUG. 
___________________________________________________________________
List Info: http://uug.byu.edu/cgi-bin/mailman/listinfo/newbies

Reply via email to