From: Martin Freund Newsgroups: comp.os.msdos.djgpp Subject: cc and c-Libraries Date: Sat, 20 Sep 1997 14:05:50 +0200 Organization: Physik Department E12, TU München Lines: 8 Distribution: world Message-ID: <3423BC1E.CAE@physik.tu-muenchen.de> NNTP-Posting-Host: pandora.e12.physik.tu-muenchen.de Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk I have problems in linking my c library-files to my cc main programm. When I compile the c library-files as cc-files, the problem disappears. But I don´t want to store two different versions of my libraries, one for cc main-files and one for the c main-files. What can I do? Martin