Tcl Source Code

View Ticket
Login
Ticket UUID: 1483314
Title: QNX6 - make test problems
Type: Bug Version: obsolete: 8.4.13
Submitter: nobody Created on: 2006-05-07 12:38:19
Subsystem: 52. Portability Support Assigned To: hobbs
Priority: 5 Medium Severity:
Status: Open Last Modified: 2006-05-09 10:59:59
Resolution: None Closed By:
    Closed on:
Description:
I compiled tcl8.4.12 with QNX 6.3.2

The compilation was successful but "make test"
generates many failures, I attach the output. 

I studied the problems in detail.

The major failures were coming from a buggy strtod()
function.
The other ones are not directly coming from TCL but
from the OS environment in which the "make test" was
running.

To fix this issue I added in "tcl.h":

#ifdef __QNXNTO__
#define strtod fixstrtod
#endif

and in the QNX-6 specific section of "configure":
LIBOBJS="$LIBOBJS strtod.o"

I am not familiar with shared tcl development
environment on the net, I hope somebody will update the
official sources.

Enrico
User Comments: nobody added on 2006-05-07 19:38:19:

File Added - 177159: Zot

Attachments: