Ignore:
Timestamp:
Jul 7, 2020, 1:36:52 PM (4 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'fieker-DuVal', '117eb8c30fc9e991c4decca4832b1d19036c4c65')(u'spielwiese', '38dfc5131670d387a89455159ed1e071997eec94')
Children:
914b60371b89ca64f4de49c2623ae8ed3cbe48b9
Parents:
d0adb23686023dffa37da6380408f9f10d314ae4
Message:
buildinmodules required for "dynamic" modules on windows
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/dyn_modules/cohomo/cohomo.cc

    rd0adb2 r5077a3  
    77
    88#include "kernel/mod2.h"
     9
     10#if !defined(__CYGWIN__) || defined(STATIC_VERSION)
     11// acces from a module to routines from the main program
     12// does not work on windows (restrict of the dynamic linker),
     13// a static version is required:
     14// ./configure --with-builtinmodules=cohomo,...
     15
    916
    1017#include "omalloc/omalloc.h"
     
    3845#include <time.h>
    3946
    40 
    41 
    42 
    43 
    44 
    45 
    4647/***************************print(only for debugging)***********************************************/
    4748//print vector of integers.
     
    6061  }
    6162}
    62 
    6363
    6464//print vector of vectors of integers.
     
    9292  }
    9393}
    94 
    95 
    96 
    9794
    9895//only for T^2,
     
    53345331  return MAX_TOK;
    53355332}
    5336 
    5337 
    53385333#endif
    5339 
    5340 
     5334#endif
     5335
     5336
Note: See TracChangeset for help on using the changeset viewer.