|
Home > Archive > Informix > May 2007 > Updated version of utils2_ak posted
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Updated version of utils2_ak posted
|
|
| Art S. Kagel 2007-04-26, 7:14 pm |
| I've uploaded an update to my utils2_ak package which should be available
soon. Couple of bug fixes, some code cleanup, improve HP compatibility (not
perfect yet), a new feature in dbdelete and dostats now supports the new IDS
11.00+ SAMPLE SIZE option.
Look for the README.1st dated March 20, 2007.
Art S. Kagel
| |
| Jim Kenedy 2007-05-09, 7:16 pm |
| On Apr 26, 2:49 pm, "Art S. Kagel" <k...@bloomberg.net> wrote:
> I've uploaded an update to my utils2_ak package which should be available
> soon. Couple of bug fixes, some code cleanup, improve HP compatibility (not
> perfect yet), a new feature in dbdelete and dostats now supports the new IDS
> 11.00+ SAMPLE SIZE option.
>
> Look for the README.1st dated March 20, 2007.
>
> Art S. Kagel
Thanks for the updated package and for the fix to getopt.c for Linux.
Can you make the same update to getopt.c in the myschema.source.ar
archive? It too has the same issue with the '#define __alloca
alloca'.
Thanks,
Jim
| |
| Art S. Kagel 2007-05-14, 1:17 pm |
| Jim Kenedy wrote:
> On Apr 26, 2:49 pm, "Art S. Kagel" <k...@bloomberg.net> wrote:
>
>
>
> Thanks for the updated package and for the fix to getopt.c for Linux.
> Can you make the same update to getopt.c in the myschema.source.ar
> archive? It too has the same issue with the '#define __alloca
> alloca'.
BUT, the fix was to COPY the one from myschema for dostats to use! They ARE
the same now.
That said, yes there is still an issue compiling that getopt.c with GCC 4.
If you have that, you are likely running on Linux and don't NEED my version
of getopt.c anyway because the default getopt() in Linux IS GNU getopt().
In that case just remove getopt.o from the makefile.
Art S. Kagel
|
|
|
|
|