Subject: Re: [uwin-users] Problems with cc compilations -------- > I haven't run cc for a long time and am missing an important detail. When I > invo > ke cc, I get the following message: > --- > cc: Native C compile directories not found > ---- > I believe it has something to do with the INCLUDE directory, which is > currently > in the same directory as the cc executable. Is it necessary to define and > export > the path to INCLUDE? Or is this a different problem? > MEL > 090209.1212 >
In most cases with Microsoft Visual C/C++, uwin will find the underlying compiler. With other compilers for example, MingW, you need to set and export PACKAGE_cc to the directory that holds include and lib. David Korn [email protected] _______________________________________________ uwin-users mailing list [email protected] https://mailman.research.att.com/mailman/listinfo/uwin-users
