Hi, I fix the problem. I compile the program in this way:
# compi -> proc ... // we make the file .C
# cc -O -c cta_polinomio.c -q SPILL=32000 // we make the OBJECT
# make -f proc.mk ... // we make the executable
proc $1.pc
if [ $? -eq 0 ]; then
echo "Construyendo Object ..."
cc -O -c $1.c -q SPILL=32000 -q MAXMEM=4000
if [ $? -eq 0 ]; then
echo "Construyendo Ejecutable ..."
make -f proc.mk build EXE=$1 OBJS=$1.o
fi
fi
galanteh_at_telefonica.com.ar (Hernan Galante) wrote in message news:<d81c0718.0112120558.70a43f5e_at_posting.google.com>...
> Hello,
>
> I'm working with Pro*C and Oracle 8 over Aix 4. I Try to compile y
> program and i have this error message:
>
> "1500-002: (S) COMPILER LIMIT EXCEEDED in main: Spill size not
> sufficient. C
> ompilation ended. Recompile specifying option SPILL with a value
> greater than 9
> 16 and less than or equal to 32704."
>
> Can Anyone help me? articles to read? what's the spill size?
>
> Thanks in advance ..
- WAS CANCELLED BY =======:
Message-ID: <cancel.d81c0718.0112260731.2f341863_at_posting.google.com>
Control: cancel <d81c0718.0112260731.2f341863_at_posting.google.com>
Subject: cmsg cancel <d81c0718.0112260731.2f341863_at_posting.google.com>
From: galanteh_at_telefonica.com.ar (Hernan Galante)
Newsgroups: comp.databases.oracle.misc
X-No-Archive: yes
Lines: 2
NNTP-Posting-Host: wonenara.ozemail.com.au
X-Trace: ozemail.com.au 1009695007 203.108.164.177 (Sun, 30 Dec 2001 17:50:07 EST)
NNTP-Posting-Date: Sun, 30 Dec 2001 17:50:07 EST
Organization: OzEmail Ltd, Australia
Distribution: world
Date: Sun, 30 Dec 2001 03:54:18 GMT
Path: news.sol.net!spool0-nwblwi.newsops.execpc.com!newsfeeds.sol.net!news-out.visi.com!hermes.visi.com!news1.optus.net.au!optus!yorrell.saard.net!duster.adelaide.on.net!newsfeed.ozemail.com.au!ozemail.com.au!not-for-mail
This message was cancelled from within Mozilla.
Received on Wed Dec 26 2001 - 09:31:42 CST