Sergei, as has been mentioned before, you need AST, and pcc.c probably won't give you the results you seek, if you're trying to use it as a compiler. UWIN's cc is a Windows compiler wrapper. You call that and it translates the commandline into something which will make your "native" compiler happy, whether it is MSVC, GCC, Digital Mars, Borland, or whatnot. It is the antithesis of useful on any other platform. But if you insist upon the sources, uwin.2009-05-22.tgz in the beta downloads certainly contains the sources.

--Matt

--------------------------------------------------
From: "Sergei Steshenko" <[email protected]>
Date: Friday, May 22, 2009 3:31 PM
To: <[email protected]>; "Philip Mason" <[email protected]>
Subject: RE: [uwin-users] a wild guess on 'cc', 'pcc', MSVC,UNIXish OSes and Windows


Please see my comments inline.

--- On Fri, 5/22/09, Philip Mason <[email protected]> wrote:

From: Philip Mason <[email protected]>
Subject: RE: [uwin-users] a wild guess on 'cc', 'pcc', MSVC, UNIXish OSes and Windows
To: [email protected]
Date: Friday, May 22, 2009, 1:54 PM
Hi Sergei,

UWIN won't build without AST.   It is AST
that includes the pcc.c you
seek.  You should find a copy of this file when you
have unpacked the
correct tar bundle at /opt/ast/src/cmd/cc/pcc.c.

These are the statements I all the time read, but _nobody_ has yet told
something like:

download

http://www.research.att.com/~gsf/download/tgz/uwin.2008-07-25.tgz

(or something else if the above URL is correct) and you will find

src/cmd/cc/pcc.c

in it.

How else should I ask for the _exact_ URL ?

My best guess at the moment is

http://www.research.att.com/~gsf/download/tgz/uwin.2008-07-25.tgz

, but _it_ _does_ _not_ _have_ src/cmd/cc/pcc.c _in_ _it_.


Thanks,
 Sergei.




_______________________________________________
uwin-users mailing list
[email protected]
https://mailman.research.att.com/mailman/listinfo/uwin-users




_______________________________________________
uwin-users mailing list
[email protected]
https://mailman.research.att.com/mailman/listinfo/uwin-users

Reply via email to