help-smalltalk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Help-smalltalk] Trouble compiling smalltalk-1.95.3 on Solaris2.6 U


From: Dirk Sondermann
Subject: Re: [Help-smalltalk] Trouble compiling smalltalk-1.95.3 on Solaris2.6 Ultra1
Date: Thu, 01 Mar 2001 14:21:27 +0100

I've had access to Solaris 8 on a SPARC platform today.

The problem seems to be caused by the assignment of hardware registers
in libgst/md-config.h .  After switching this off by

  50c50
  < #if !defined(__DECL_REG1) && defined(__sparc__)
  ---
  > #if !defined(__DECL_REG1) && defined(__sparc__) && 0

the compilation succeeds.

Dirk




reply via email to

[Prev in Thread] Current Thread [Next in Thread]