Port-vax archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: sqlite3 core dump on vax



------- Original message -------
From: Lukas Kaminski <kaminski%ikp.tu-darmstadt.de@localhost>
Sent: 25.6.'09,  8:14

sqlite3-3.6.14.2 (from pkgsrc) dumps core on vax (invalid instruction)

to avoid that, patch src/sqliteInt.h

change

# define SQLITE_BIG_DBL (1e99)

to

# define SQLITE_BIG_DBL (1.701411834604692294E+38)

Is there an existing system #define we could use for this?

Home | Main Index | Thread Index | Old Index