[Sqlrelay-discussion] Compiling on Alpha OSF1 V5.1B
Brought to you by:
mused
|
From: Ville S. <vs...@eb...> - 2005-09-20 09:06:45
|
Hi,
I'm trying to compile SQL Relay for Alpha OSF1 V5.1B, but I cannot get
rudiments-0.28.2 to compile. Has anyone tried this?
If I use the native cc compiler, configure fails with an error:
checking for gcc... no
checking for cc... cc
checking for C compiler default output file name... configure: error: C compiler cannot create executables
See `config.log' for more details.
cc version is:
Compaq C V6.5-011 on Compaq Tru64 UNIX V5.1B (Rev. 2650)
Compiler Driver V6.5-003 (sys) cc Driver
I can send you the config.log, if you are interested.
If I use gcc (3.1.1), configure goes ok, but make fails with an error:
g++ -Wall -D_REENTRANT -I../ -I../include -c filedescriptor.C -o filedescriptor.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile g++ -Wall -D_REENTRANT -I../ -I../include -c file.C -o file.lo
g++ -Wall -D_REENTRANT -I../ -I../include -c file.C -DPIC -o .libs/file.o
file.C: In static member function `static key_t
rudiments::file::generateKey(const char*, int)':
file.C:1405: invalid conversion from `const char*' to `char*'
make[1]: *** [file.lo] Error 1
Thanks in advance for any advice,
Ville
|