Mailing-List: contact cygwin-help@sourceware.cygnus.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@sourceware.cygnus.com>
List-Archive: <http://sourceware.cygnus.com/ml/cygwin/>
List-Post: <mailto:cygwin@sourceware.cygnus.com>
List-Help: <mailto:cygwin-help@sourceware.cygnus.com>, <http://sourceware.cygnus.com/ml/#faqs>
Sender: cygwin-owner@sourceware.cygnus.com
Delivered-To: mailing list cygwin@sourceware.cygnus.com
Message-ID: <390AB41F.281E400F@freenet.edmonton.ab.ca>
Date: Sat, 29 Apr 2000 11:06:23 +0100
From: eho <eho@freenet.edmonton.ab.ca>
X-Mailer: Mozilla 4.7 [en] (WinNT; I)
X-Accept-Language: en
MIME-Version: 1.0
To: cygwin@sourceware.cygnus.com
Subject: Re: cygwin gcc user library question
References: <3909C5CE.A4755E4A@freenet.edmonton.ab.ca> <20000428212113.C5447@cygnus.com> <3909E7F6.17AB1D3F@freenet.edmonton.ab.ca> <20000428214934.A5880@cygnus.com> <3909EC65.AAA36A90@freenet.edmonton.ab.ca> <20000428221426.A6191@cygnus.com>
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

Hi Chris, I did a little more testing with the new release and I finally got it
working - compiled, linked and executed OK. I did have a problem and that is I have
error messages from the header file in compiling the program if I use the following
command:
gcc /MQSeries/tools/c/samples/amqsput0.c -I /MQSeries/tools/c/include
/MQSeries/tools/lib/mqm.Lib

But if I copy the header file to my current directory and I was able to compile and
link the program with the following command:
gcc /MQSeries/tools/c/samples/amqsput0.c -I ./ /MQSeries/tools/lib/mqm.Lib

May be it's something I overlook. But thanks for your help and the new release did
fix up my earlier problem.


Chris Faylor wrote:

> On Fri, Apr 28, 2000 at 08:54:13PM +0100, eho wrote:
> >Thanks Chris. I think it's the compatibility issues because I tried it under
> >Linux with no problem. I think I had also tried it on other NT using Visualage
> >C++ with no problem.
>
> Have you tried the new cygwin release?
>
> cgf
>
> --
> Want to unsubscribe from this list?
> Send a message to cygwin-unsubscribe@sourceware.cygnus.com


--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

