public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* Re: libx11.a -> x11.lib
@ 1999-03-07  8:19 Suhaib M. Siddiqi
  1999-03-31 19:45 ` Suhaib M. Siddiqi
  0 siblings, 1 reply; 6+ messages in thread
From: Suhaib M. Siddiqi @ 1999-03-07  8:19 UTC (permalink / raw)
  To: a.kuhr; +Cc: cygwin

oh dear!!!
There is no www.xform.web on the planet earth :-)

You need to do a lycos, infoseek or SNAp search on Xform.  I do not have
link handy.  However, if you can accept large attachments, I can zip the
files for you and e-mail it to you.

Beware, it will not work with your MSVC6 as I mentioned because X11
header files needs some include/sys header files which does not exists
under NSVC6.  You will need to get them from Linux and rewrite them
according to MSVC6 specifications.

As I said you best best, if you want a commercial compiler, is PGI
compilers
they can use MSVC6 libraries as weel as Cygnus libraries.  you can mix
and match  betwen MSVC and Cygnus for an efficient port.

Regards
Suhaib





----- Original Message -----
From: <a.kuhr@fz-juelich.de>
To: Suhaib M. Siddiqi <Ssiddiqi@InspirePharm.Com>
Sent: Sunday, March 07, 1999 12:10 PM
Subject: Re: libx11.a -> x11.lib


>hello!
>
>thank you very much for your answer.
>but where can i find the xfrom webpages??
>i tried www.xfrom.web, but no success.. ::(((((
>
>regards, astrid
>
>--
>


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

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: libx11.a -> x11.lib
  1999-03-07  8:19 libx11.a -> x11.lib Suhaib M. Siddiqi
@ 1999-03-31 19:45 ` Suhaib M. Siddiqi
  0 siblings, 0 replies; 6+ messages in thread
From: Suhaib M. Siddiqi @ 1999-03-31 19:45 UTC (permalink / raw)
  To: a.kuhr; +Cc: cygwin

oh dear!!!
There is no www.xform.web on the planet earth :-)

You need to do a lycos, infoseek or SNAp search on Xform.  I do not have
link handy.  However, if you can accept large attachments, I can zip the
files for you and e-mail it to you.

Beware, it will not work with your MSVC6 as I mentioned because X11
header files needs some include/sys header files which does not exists
under NSVC6.  You will need to get them from Linux and rewrite them
according to MSVC6 specifications.

As I said you best best, if you want a commercial compiler, is PGI
compilers
they can use MSVC6 libraries as weel as Cygnus libraries.  you can mix
and match  betwen MSVC and Cygnus for an efficient port.

Regards
Suhaib





----- Original Message -----
From: <a.kuhr@fz-juelich.de>
To: Suhaib M. Siddiqi <Ssiddiqi@InspirePharm.Com>
Sent: Sunday, March 07, 1999 12:10 PM
Subject: Re: libx11.a -> x11.lib


>hello!
>
>thank you very much for your answer.
>but where can i find the xfrom webpages??
>i tried www.xfrom.web, but no success.. ::(((((
>
>regards, astrid
>
>--
>


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


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: libx11.a -> x11.lib
  1999-03-07  7:29 Suhaib M. Siddiqi
@ 1999-03-31 19:45 ` Suhaib M. Siddiqi
  0 siblings, 0 replies; 6+ messages in thread
From: Suhaib M. Siddiqi @ 1999-03-31 19:45 UTC (permalink / raw)
  To: a.kuhr, cygwin

By the way, there is libX11.lib avialable for MSCV6 from XFROM web
pages.  Do a search on Xfrom pages, if you want it.

However Cygwin stuff may not work well with MSVC6.  If you plan to use
Cygwin libraries and libraries compiled for Cygwin, I recommend you get
PGI Workstationfor NT ( http://www.pgroup.com )  Their compilers have
switches (-cyglibs and -Munix) which can pull the Cygnus Cygwin
libraries and headers and compile your applications.

Regards

Suhaib





----- Original Message -----
From: <a.kuhr@fz-juelich.de>
To: <cygwin@sourceware.cygnus.com>
Sent: Sunday, March 07, 1999 9:57 AM
Subject: libx11.a -> x11.lib


>Hello!
>
>For compling something with DVF6/MSVC6 I need x11.lib.
>Does anybody know, how to make from libx11.a (or something
>similar to this, with extension .a) a x11.lib (or something
>similar to this, with extension .lib).
>
>Please answer with email to me too.
>My emailadr. is:
>a.kuhr@fz-juelich.de
>
>Regards, Astrid
>
>--
>
>--
>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


^ permalink raw reply	[flat|nested] 6+ messages in thread

* libx11.a -> x11.lib
  1999-03-07  5:57 a.kuhr
@ 1999-03-31 19:45 ` a.kuhr
  0 siblings, 0 replies; 6+ messages in thread
From: a.kuhr @ 1999-03-31 19:45 UTC (permalink / raw)
  To: cygwin

Hello!

For compling something with DVF6/MSVC6 I need x11.lib.
Does anybody know, how to make from libx11.a (or something
similar to this, with extension .a) a x11.lib (or something
similar to this, with extension .lib).

Please answer with email to me too.
My emailadr. is:
a.kuhr@fz-juelich.de

Regards, Astrid

-- 

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


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: libx11.a -> x11.lib
@ 1999-03-07  7:29 Suhaib M. Siddiqi
  1999-03-31 19:45 ` Suhaib M. Siddiqi
  0 siblings, 1 reply; 6+ messages in thread
From: Suhaib M. Siddiqi @ 1999-03-07  7:29 UTC (permalink / raw)
  To: a.kuhr, cygwin

By the way, there is libX11.lib avialable for MSCV6 from XFROM web
pages.  Do a search on Xfrom pages, if you want it.

However Cygwin stuff may not work well with MSVC6.  If you plan to use
Cygwin libraries and libraries compiled for Cygwin, I recommend you get
PGI Workstationfor NT ( http://www.pgroup.com )  Their compilers have
switches (-cyglibs and -Munix) which can pull the Cygnus Cygwin
libraries and headers and compile your applications.

Regards

Suhaib





----- Original Message -----
From: <a.kuhr@fz-juelich.de>
To: <cygwin@sourceware.cygnus.com>
Sent: Sunday, March 07, 1999 9:57 AM
Subject: libx11.a -> x11.lib


>Hello!
>
>For compling something with DVF6/MSVC6 I need x11.lib.
>Does anybody know, how to make from libx11.a (or something
>similar to this, with extension .a) a x11.lib (or something
>similar to this, with extension .lib).
>
>Please answer with email to me too.
>My emailadr. is:
>a.kuhr@fz-juelich.de
>
>Regards, Astrid
>
>--
>
>--
>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

^ permalink raw reply	[flat|nested] 6+ messages in thread

* libx11.a -> x11.lib
@ 1999-03-07  5:57 a.kuhr
  1999-03-31 19:45 ` a.kuhr
  0 siblings, 1 reply; 6+ messages in thread
From: a.kuhr @ 1999-03-07  5:57 UTC (permalink / raw)
  To: cygwin

Hello!

For compling something with DVF6/MSVC6 I need x11.lib.
Does anybody know, how to make from libx11.a (or something
similar to this, with extension .a) a x11.lib (or something
similar to this, with extension .lib).

Please answer with email to me too.
My emailadr. is:
a.kuhr@fz-juelich.de

Regards, Astrid

-- 

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

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~1999-03-31 19:45 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1999-03-07  8:19 libx11.a -> x11.lib Suhaib M. Siddiqi
1999-03-31 19:45 ` Suhaib M. Siddiqi
  -- strict thread matches above, loose matches on Subject: below --
1999-03-07  7:29 Suhaib M. Siddiqi
1999-03-31 19:45 ` Suhaib M. Siddiqi
1999-03-07  5:57 a.kuhr
1999-03-31 19:45 ` a.kuhr

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).