Skip to content
  1. Mar 13, 2013
    • Tom Grace's avatar
      build_vms.com: VMS build fixes · 8ae9ee0c
      Tom Grace authored
      Added missing slash in cc_full_list.
      Removed unwanted extra quotes inside symbol tool_main
      for non-VAX architectures that triggered link failure.
      Replaced curl_sys_inc with sys_inc.
      8ae9ee0c
    • Tom Grace's avatar
      tool_main.c: fix VMS global variable storage-class specifier · 17c088fb
      Tom Grace authored
      An extern submits a psect and a global reference to the linker to point
      to it. Using "extern int vms_show = 0" also creates a globaldef.
      
      The use of the extern by itself does declare a psect but does not declare
      a globalsymbol. It does declare a globalref. But the linker needs one and
      only one globaldef or there is an error.
      17c088fb
  2. Mar 12, 2013
  3. Mar 11, 2013
  4. Mar 10, 2013
  5. Mar 09, 2013