Marent Luc (marent@imec.be)
Thu, 19 Mar 1998 17:21:37 +0100
I will run ht://Dig software on
OSF1 trol.imec.be V4.0 386 alpha (DEC)
I compile the ht://Dig software version -3.0.8b2
with the gnu compiler:
gcc version 2.8.0
When I run the htDig program: I got the following problem:
initialization of the variables is not done before
adding a value
Source code: htdig/main.cc
String configFile = DEFAULT_CONFIG_FILE;
...
config.Defaults(&defaults[0]);
!! config is not initialisated so
the Dictionary.add function calles in de Defaults does not
work.
!! I force an initialization but the next step gives then problems
if (access(configFile, R_OK) < 0)
!! configFile is empty !!
If I use an other version of gcc 2.7.2.2 does it works then on DEC
ALPHA, or should I use the DEC cc compiler
(DEC C V5.2-023 on Digital UNIX V4.0 (Rev. 386)
Best regards,
Luc Marent
IMEC
Kapeldreef 75
3001 Leuven
----------------------------------------------------------------------
To unsubscribe from the htdig mailing list, send a message to
htdig-request@sdsu.edu containing the single word "unsubscribe" in
the body of the message.
This archive was generated by hypermail 2.0b3 on Sat Jan 02 1999 - 16:25:49 PST