Utility configure present into some tcl installation
isn't able to build a consistency Makefile for
compiling tclodbc. Infact, obtained Makefile mantains
tag as "@XXXXX@".
Is there a way to obtain a makefile ?
Thanks in advantage for any suggestion.
Giuliano
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
What I did to compile tclodbc was download oratcl3.3, untar and unzip it, then copy the directory /config from oratcl to tclodbc directory (after untar and unzip the tclodbc source file). After that I run ./autoconf from the tclodbc source directory, then ./configure <parameters>, ./make ./make install. You need to copy /config directory from oratcl, just to provide some missed files to autoconf. These files are not sent with tclodbc source.I hope this help someone. Ricardo Jorge
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: YES
user_id=152934
Browser: Mozilla/4.72 [en] (X11; I; HP-UX B.10.20 9000/712)
Utility configure present into some tcl installation
isn't able to build a consistency Makefile for
compiling tclodbc. Infact, obtained Makefile mantains
tag as "@XXXXX@".
Is there a way to obtain a makefile ?
Thanks in advantage for any suggestion.
Giuliano
Logged In: YES
user_id=388133
What I did to compile tclodbc was download oratcl3.3, untar and unzip it, then copy the directory /config from oratcl to tclodbc directory (after untar and unzip the tclodbc source file). After that I run ./autoconf from the tclodbc source directory, then ./configure <parameters>, ./make ./make install. You need to copy /config directory from oratcl, just to provide some missed files to autoconf. These files are not sent with tclodbc source.I hope this help someone. Ricardo Jorge