Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Problems compiling pfil on Solaris 9/SPARC/GCC 3.2.2

6 views
Skip to first unread message
Message has been deleted

ad...@bigpond.homeip.net

unread,
Feb 18, 2004, 10:36:46 PM2/18/04
to
Bill,

The problem is not what version of make that you use.

The actual problems is that the Makefile specifies the 64bit flags for
Sun's compiler.

Change:-

S64FLAGS=-xildoff -xarch=v9 -xchip=ultra -dalign -xcode=abs32
-DDO=pfil${SBITS}

to:-

S64FLAGS=-m64 -mcmodel=medlow -DDO=pfil${SBITS}

and try again.

Regards,

Adam

0 new messages