Sujet : Re: FreeTDS port to VMS V9.x on x86?
De : arne (at) *nospam* vajhoej.dk (Arne Vajhøj)
Groupes : comp.os.vmsDate : 14. Jun 2025, 19:09:04
Autres entêtes
Organisation : SunSITE.dk - Supporting Open source
Message-ID : <684dbac0$0$690$14726298@news.sunsite.dk>
References : 1 2 3
User-Agent : Mozilla Thunderbird
On 6/3/2025 1:45 PM, Arne Vajhøj wrote:
On 6/3/2025 1:27 PM, Arne Vajhøj wrote:
On 6/3/2025 12:22 PM, Richard Jordan wrote:
Is there a downloadable build of the FreeTDS package for VSI VMS on x86 available? I don't have access to a C compiler to try building it.
>
1.5.2 descrip_mms.template has:
>
... Craig A. Berry ... 23-JAN-2003
>
But I could take a look at building on x86-64.
Did.
* download 1.5.2
* unpack on VMS
* @[.vms]configure
$ diff descrip.mms
************
File DKA0:[arne.freetds.freetds-1_5_2]descrip.mms;2
149 VASPRINTFOBJ =
150 STRTOK_ROBJ =
******
File DKA0:[arne.freetds.freetds-1_5_2]descrip.mms;1
149 VASPRINTFOBJ = [.src.replacements]vasprintf$(OBJ),
150 STRTOK_ROBJ =
************
$ diff [.include]config.h
************
File DKA0:[arne.freetds.freetds-1_5_2.include]config.h;2
234 #define HAVE_VASPRINTF 1
235
******
File DKA0:[arne.freetds.freetds-1_5_2.include]config.h;1
234 #define HAVE_VASPRINTF 0
235
************
* mmk
* note only I message
* zip tree with -V
* upload
https://www.vajhoej.dk/arne/temp/freetds-1_5_2.zip
I have updated the ZIP with build that use builtin vasprintf
so dbfcmd functions works.
Arne