X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: peterfarge AT hotmail DOT com Newsgroups: comp.os.msdos.djgpp Subject: How to compile Tvision for Windows? Date: 23 Sep 2005 08:18:32 -0700 Organization: http://groups.google.com Lines: 27 Message-ID: <1127488712.105767.261800@f14g2000cwb.googlegroups.com> NNTP-Posting-Host: 194.138.18.132 Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: posting.google.com 1127488718 25601 127.0.0.1 (23 Sep 2005 15:18:38 GMT) X-Complaints-To: groups-abuse AT google DOT com NNTP-Posting-Date: Fri, 23 Sep 2005 15:18:38 +0000 (UTC) User-Agent: G2/0.2 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; de-DE; rv:1.7.10) Gecko/20050717 Firefox/1.0.6,gzip(gfe),gzip(gfe) X-HTTP-Via: 1.1 proxy22-ic (NetCache NetApp/6.0.1P3) Complaints-To: groups-abuse AT google DOT com Injection-Info: f14g2000cwb.googlegroups.com; posting-host=194.138.18.132; posting-account=eecwNg0AAABj5n60lN9Sk3BG_WP3wtKF To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Hello Newsgroup, I ve got the source code from an old project and want to compile it. The binary works under windows and uses the Turbo Library TVision. HP: http://tvision.sourceforge.net/ Problem: I can compile the source but not link it. This TVision is missing. Everytime I compile this tvision I got files with the postfix a. (librhtv.a) If I put this file in my library path of the MinGW IDE and in the lib settings of the project I got this error: Linking... D:\MinGWStudio\MinGW\bin\..\lib\gcc-lib\mingw32\3.3.1\..\..\..\..\mingw32\bin\ld.exe: cannot find -llibrhtv.a In the Internet is said that .a files are only for UNIX. So what must I do to compile it to a .lib file? I think I have all done what is said in the readmes of tvision. I have installed Msys and SiePerl. First I have used "./configure --no-intl" on the Msys Bash and "make" and "make install" -> I got this librhtv.a Then I made "make clean" and "configure.bat" and "make" and "make install" -> I got this librhtv.a again. What must I do to get a librhtv.lib? Or where I can download the binary of this file?