http://llvm.org/bugs/show_bug.cgi?id=4911

           Summary: Tcl detection should look for tcl.h, not tclsh
           Product: Build scripts
           Version: 2.6
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: autoconf
        AssignedTo: [email protected]
        ReportedBy: [email protected]
                CC: [email protected]


Created an attachment (id=3461)
 --> (http://llvm.org/bugs/attachment.cgi?id=3461)
Look for tcl.h, not tclsh

LLVM currently validates the with_tclinclude setting by checking if the tclsh
binary exists. This binary is, however, installed in different places on some
Linux distributions: Fedora puts it in /usr/bin .

To enable dejagnu unit tests on Fedora, the configure script has to be slightly
modified to search for tcl.h instead -- the tests seem to run fine.

The patch attached is for 2.5, but it applies cleanly to 2.6 prerelease-1. If
it could be applied before the 2.6 release, we could avoid having to carry the
patch throughout the 2.6 release cycle.

Thanks,

-- Michel / Fedora Project


-- 
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to