Reply To: Compiling on solaris

#10349
rpedde
Participant
mjgp2 wrote:
Hi! Am trying to compile on solaris but it bails. Using nightly build 1549.

./configure --disable-mdns --enable-howl --with-howl-includes=/opt/local/include/howl --with-howl-libs=/opt/local/lib --prefix=/opt/local --enable-sqlite3 CFLAGS="-std=C99"

[/quote[

Maybe try:


./configure --enable-howl --with-howl-includes=/opt/local/include/howl --with-howl-libs=/opt/local/lib --prefix=/opt/local --enable-sqlite3

that is, without the c99. Which cc is this, anyway? gcc, or the solaris one?