-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
Based on the instructions I read, running make can solve the problem of TFMpvalue installation for FunSeq2 but when I do so I get this error:
[root@node10 TFM-Pvalue]# make
g++ -O3 -DJASPAR=1 -DPROGRAM=0 TFMpvalue.cpp Matrix.cpp ArgumentException.cpp FileException.cpp ParseException.cpp -o TFMpvalue-pv2sc
TFMpvalue.cpp: In function ‘void arguments(int, char* const*)’:
TFMpvalue.cpp:503:45: error: ‘getopt’ was not declared in this scope
while (((option = getopt(argc,argv,options)) != EOF)) {
^
TFMpvalue.cpp:507:23: error: ‘optind’ was not declared in this scope
OPTIONS[option] = optind-1;
^
make: *** [TFMpvalue-pv2sc] Error 1
Metadata
Metadata
Assignees
Labels
No labels