This is the mail archive of the cygwin@sourceware.cygnus.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: cygwin gcc user library question


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]