"Sung-Gu" <[EMAIL PROTECTED]> writes: > I thought I might find a specfic directory in gcc sources whether it supports > the files. > I don't want to compile the whole source files. :(
gcc is just the compiler. Header files like byteswap.c and endian.c are part of the system library. gcc does not provide a system library. I don't know where to find those header files for Solaris, but it is not here. Ian