Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Message-ID: <3C6424F9.1020201@ece.gatech.edu> Date: Fri, 08 Feb 2002 14:20:25 -0500 From: Charles Wilson Reply-To: cygwin AT cygwin DOT com User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:0.9.4) Gecko/20011019 Netscape6/6.2 X-Accept-Language: en-us MIME-Version: 1.0 To: "Prateek, Arora (MED)" CC: cygwin AT cygwin DOT com Subject: Re: problem with libz.a References: <03103B25E6824C498938B17F4E9C1628C2B5D6 AT frbucmsx09medge> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Please keep replies on the list. Prateek, Arora (MED) wrote: > The exact error is > unresolved external symbole gzseek ........ Okay, that's half of what I asked for. > I am using the cygwin tool , which contain the libz.a lib file > > Can you tell me how I resolved this Problem Now, what is the exact link command that failed? it should be something like gcc -o foo.exe bar.o -L/usr/lib -lz What are you trying to compile? What is the output of 'cygcheck -s -v -r'? --Chuck >>Hi >> I have a big problem with the libz.a , I have used the gzopen , gzseek, >>gzread command which are define in the libz.a In the compile time I don,t >>get any error but the link time my application doesnot found this function >>can you please tell me what should I do >> > > > You should provide more information. For instance, the exact link > command you used, the exact error message returned, etc. > > --Chuck > > -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/