I've got a minor problem when building Oracle support on a Solaris system.
Apparently the oracle libraries come in both 32 and 64 bit flavor, with 64
being the default. The problem is that when building a 32 bit binary, the
link fails because the wrong library gets linked. By editing the module's
makefile and pointing to lib32 for the oracle libraries the problem goes
away. The question is, is there any way to know whether we're building 32
or 64 bit binaris, so that we can make the appropriate choice?
Bill