Skip to content

Installing TFMpvalue for FunSeq2 #4

@YZJenny

Description

@YZJenny

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions