Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: native PL/SQL compilation won't work...
> Can anyone point me to some detailed tutorial or information
> of how to set it up properly in different platforms like W2K
> and Solaris SPARC.
For Win2K/MSVC++ you can find the detailed setup guide here: http://www.dpsp-yes.com/dpsp/prod/!go?ln=nfaq#FAQ5
I also enabled native compilation on 64-bit Solaris 8 with gcc/make (not gmake) without any serious problems and with just minor mods to the makefile, but I can't recall what I changed and I don't have access to that system at this time. But it was something obvious, like adding -m64 flag to CC to force it building 64-bit libs and removing some unnecessary flags. :)
> I always get internal error. Is there any way to find out what
> the problem is?
What's the error message?
-- Vladimir Zakharychev (bob@dpsp-yes.com) http://www.dpsp-yes.com Dynamic PSP(tm) - the first true RAD toolkit for Oracle-based internet applications. All opinions are mine and do not necessarily go in line with those of my employer.Received on Fri Apr 04 2003 - 04:54:31 CST
![]() |
![]() |