| Article: |
Installing Oracle 9i on Mac OS X, Part 3 | |
| Subject: | Native Compilation | |
| Date: | 2003-07-19 10:36:40 | |
| From: | dsimpson1 | |
|
Response to: Native Compilation
|
||
|
The native compilation feature does not yet appear to be implemented on MacOS X. Even on Solaris there are some significant issues with this feature in certain situations. Here is my example Solaris makefile with some additional notes: http://www.dotcomsolutionsinc.net/products/installgen/sol_920_64bit_files/installgen_sol920_63_.html
|
||
Showing messages 1 through 1 of 1.
-
Native Compilation
2003-07-23 15:58:36 williamr [View]
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...


