Successful Solaris 2.6 Compile???

Michael D. Marchionna tralfaz at pacbell.net
Fri Jun 23 14:08:15 EDT 2000


It generally compiles fine, but depending on what compiler you
are using a environment settings you can pull in the ucblib version
of dirent.h instead of the SYSV version.  One way to check is
to compile the problem source file with -E and redirect the
output to a file.  The look through the file to see which header files
are being included.  Generally if you have gcc installed you won't
run into this.  If you are using /usr/ucb/cc then you may have problems.

--MDM

Thomas Wouters wrote:

> On Thu, Jun 08, 2000 at 08:23:49AM -0500, Sara Fowler wrote:
>
> > Has anyone successfully compiled the Python Interpreter on a Solaris
> > 2.6?  If so, do you know where DIR is declared?
>
> DIR is a standard define in one of the standard UNIX header files, usually
> dirent.h (either directly or indirectly.) If you are missing dirent.h, you
> have a very broken system. Are you able to compile anything else ? Did you
> install the proper Solaris 'packages' ? (From what I recall, long ago, about
> SunOS installs and compilers, and gcc and the like, you have to be careful
> about what you install where.)
>
> --
> Thomas Wouters <thomas at xs4all.net>
>
> Hi! I'm a .signature virus! copy me into your .signature file to help me spread!




More information about the Python-list mailing list