From: Riddler02 AT aol DOT com Message-ID: <24.105b9e3.25d42f1f@aol.com> Date: Thu, 10 Feb 2000 10:11:27 EST Subject: Re: Linking to my library sucks! Help! To: djgpp AT delorie DOT com MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Mailer: AOL 4.0 for Windows 95 sub 38 Reply-To: djgpp AT delorie DOT com The exact command line I use is (i've tried it without the "-Lc:/djgpp/lib" part too and it still doesn't work): gcc -Lc:/djgpp/lib -o medieval.exe medieval.o -lalleg -lmaps -lstdcx Then, the error message(s) I get: Error: medieval.o: in function 'main': medieval.cpp(126) Error:undefined reference to viewport_class::Move_Viewport_X(int) along with several other "undefined references" to various other member functions. Please help :( -Kevin