advertisement

Article:
  Installing Oracle 9i on Mac OS X, Part 3
Subject:   Native Compilation
Date:   2003-07-23 15:58:36
From:   williamr
Response to: Native Compilation

Well everything seems to be in place for native compilation - 'alter package compile' gets as far as calling gcc, make and ld, it's just that the makefile seems to be designed for creating shared libraries on Solaris. I wonder what the makefile from an HP machine would look like for example. It's frustrating since I don't know C - if I could just spend six months at college learning about relinking object files or whatever they're called, I feel I might be able to get this feature to work...