On Wed, 29 Mar 2000, Chris Gokey wrote:

> Hi everyone,
> 
> Do anyone know what this error 139 means? Trying to build jdbc for
> postgress under sparc-linux:
> 
> [root@laptop4 jdbc]# sparc32 make jdbc1
> (echo "package postgresql;" ;\
>  echo "public class DriverClass {" ;\
>  echo "public static String connectClass=\"postgresql.jdbc1.Connection\";" ;\
>  echo "}" \
> ) >postgresql/DriverClass.java
> make[1]: Entering directory `/root/postgresql-7.0beta3/src/interfaces/jdbc'
> javac -g postgresql/DriverClass.java
> make[1]: *** [postgresql/DriverClass.class] Error 139
> make[1]: Leaving directory `/root/postgresql-7.0beta3/src/interfaces/jdbc'
> make: *** [jdbc1] Error 2

I guess it mean javac returned 139 as an error code. Have a look in the
javac doco...

Cheers

Tom Cook - Software Engineer

"You are hereby charged that you did, at various times and in various
places, commit the murder of various persons with a blunt instrument, to
whit, a dragon..."
        - Carrot, "Guards! Guards!", Terry Pratchett

"Christ died for sin, the righteous for the unrighteous, to bring you to God."
        - 1 Peter 3:18

LISAcorp - www.lisa.com.au

--------------------------------------------------
38 Greenhill Rd.          Level 3, 228 Pitt Street
Wayville, SA, 5034        Sydney, NSW, 2000

Phone:   +61 8 8272 1555  Phone:   +61 2 9283 0877
Fax:     +61 8 8271 1199  Fax:     +61 2 9283 0866
--------------------------------------------------

Reply via email to