From: dp on
Total newbie with a Solaris 10 x86 machine. I'm trying to compile and
install e2fsporgs-libs for the uuid library. Here's what I have so
far.

CC="gcc -std=gnu99" ../configure

If I configure like so and use gmake to build I can build, but
no .so's are created. So I added the enable-elf-shlibs

CC="gcc -std=gnu99" ../configure --enable-elf-shlibs

and not I'm getting this error when using gmake to build

ld: fatal: option -dn and -P are incompatible
ld: fatal: Flags processing errors

I've done something wrong in the configuration that is not allowing
the linker to create the .so's. Does anyone know where I should
start? I'm totally new to Solaris and shooting int he dark here!

Thanks