Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: native PL/SQL compilation won't work...
Thank you indeed for the feedback!!!
I have been developing in C++ for a long while now but curiously have never had to touch a make file. Too much of visual IDEs :-)
Thanks again!
Best regards,
Giovanni
"Vladimir M. Zakharychev" <bob_at_dpsp-yes.com> wrote in message
news:b6joa0$n3j$1_at_babylon.agtel.net...
> > 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_at_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 Mon Apr 07 2003 - 02:58:29 CDT
![]() |
![]() |