From: "abacuc" Newsgroups: comp.os.msdos.djgpp Subject: information Date: Thu, 2 Mar 2000 00:57:20 +0100 Organization: Tiscali Spa Lines: 10 Message-ID: <89kap8$b4t$1@lacerta.tiscalinet.it> NNTP-Posting-Host: rm2-267.tiscalinet.it X-Trace: lacerta.tiscalinet.it 951955048 11421 62.11.124.75 (1 Mar 2000 23:57:28 GMT) X-Complaints-To: newsadmin AT tiscali DOT it NNTP-Posting-Date: 1 Mar 2000 23:57:28 GMT X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2919.6600 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6600 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com I have created a library whose name is libmat. I have two files: 1)libmat.a 2)libmat.h what can I do now to invoke libmat in my programs without explicit link call (like gcc -o myprogram.o libmat.o)??? Thank you for your interesting!