X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: karol68 AT o2 DOT pl (Karol) Newsgroups: comp.os.msdos.djgpp Subject: Problems with configuring allegro with dev-c++ Date: 22 Jan 2004 23:30:26 -0800 Organization: http://groups.google.com Lines: 15 Message-ID: <50e816e2.0401222330.3a93a5cb@posting.google.com> NNTP-Posting-Host: 80.53.202.170 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 1074843026 13720 127.0.0.1 (23 Jan 2004 07:30:26 GMT) X-Complaints-To: groups-abuse AT google DOT com NNTP-Posting-Date: Fri, 23 Jan 2004 07:30:26 +0000 (UTC) To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com I have got allegro library, mingw32 and dev-c++. I installed dev-c++ and configured allegro with mingw32 and wrote "make" and than "make install". When I wrote a simple program in dev-c++ looking like that: #include { allegro_init(); return(0); } END_OF_MAIN(); And there was an error: undefined reference to "install_allegro". What is wrong? Why it doesn't work?