Tcl Source Code

View Ticket
Login
Ticket UUID: 1245204
Title: Support for non-standard gdbm location
Type: Patch Version: None
Submitter: furukawa Created on: 2005-07-26 12:31:38
Subsystem: 80. Thread Package Assigned To: vasiljevic
Priority: 5 Medium Severity:
Status: Closed Last Modified: 2005-07-28 15:14:04
Resolution: Accepted Closed By: vasiljevic
    Closed on: 2005-07-28 08:14:04
Description:
I'm interested in the persistent variable feature. 
However, my gdbm is in a non-standard directory. 

On the configure command line, if we specify
"--with-gdbm=/directory", a message "error: none found"
is printed and libgdbm.a is never found.  The library
file checking structure is not quite right, and the
simplest fix is to remove the last else clause in
aclocal.m4.  

The patch file "thread2.6.1-aclocal.m4.patch" fixes the
problem, although I think there may be a better fix. I
think this problem may have been caused by an incorrect
indentation at the beginning of the file.  

Cheers.

Kazuro Furukawa
kazuro.furukawa at kek.jp
User Comments: vasiljevic added on 2005-07-28 15:13:23:
Logged In: YES 
user_id=95086

True. I will include this in 2.6.2 which is released today.
Thanks.

furukawa added on 2005-07-26 19:31:39:

File Added - 143343: thread2.6.1-aclocal.m4.patch

Attachments: