Hello everyone,
I have problems installing Pindel.
First I downloaded the binary version, but I received the following error message:
pindel_x86_64: /usr/lib64/libstdc++.so.6: version `GLIBCXX_3.4.9' not found (required by pindel_x86_64)
Because of that I tried the source code version, but I receive the following error message, when I try to install it:
What is missing? What is wrong? Who can help me?
Best regards
Robby
I have problems installing Pindel.
First I downloaded the binary version, but I received the following error message:
pindel_x86_64: /usr/lib64/libstdc++.so.6: version `GLIBCXX_3.4.9' not found (required by pindel_x86_64)
Because of that I tried the source code version, but I receive the following error message, when I try to install it:
path is now: /path/samtools/
make -C src pindel
make[1]: Entering directory `/path/pindel/src'
g++ -Wall -Werror -g -c -O3 -fopenmp -I/path/samtools/ pindel.cpp -o pindel.o
cc1plus: warnings being treated as errors
parameter.h:25: Warnung: »class Parameter« hat virtuelle Funktionen aber nicht-virtuellen Destruktor
parameter.h:118: Warnung: »class IntParameter« hat virtuelle Funktionen aber nicht-virtuellen Destruktor
parameter.h:135: Warnung: »class UIntParameter« hat virtuelle Funktionen aber nicht-virtuellen Destruktor
parameter.h:152: Warnung: »class BoolParameter« hat virtuelle Funktionen aber nicht-virtuellen Destruktor
parameter.h:174: Warnung: »class FloatParameter« hat virtuelle Funktionen aber nicht-virtuellen Destruktor
parameter.h:191: Warnung: »class StringParameter« hat virtuelle Funktionen aber nicht-virtuellen Destruktor
search_variant.h:4: Warnung: »class SearchVariant« hat virtuelle Funktionen aber nicht-virtuellen Destruktor
searchshortinsertions.h:4: Warnung: »class SearchShortInsertions« hat virtuelle Funktionen aber nicht-virtuellen Destruktor
searchdeletions.h:4: Warnung: »class SearchDeletions« hat virtuelle Funktionen aber nicht-virtuellen Destruktor
pindel.cpp: In function »int init(int, char**, ControlState&)«:
pindel.cpp:742: Warnung: Umwandlung in »int« von »double«
make[1]: *** [pindel.o] Fehler 1
make[1]: Leaving directory `/path/pindel/src'
make: *** [pindel] Fehler 2
Creating pindel2vcf utility...
pindel2vcf created.
mv: Aufruf von stat für „src/pindel“ nicht möglich: Datei oder Verzeichnis nicht gefunden
Pindel successfully compiled. The pindel executable can be found in this directory.
You can test pindel with the example files in the demo directory; example commands are given in the RUNME in that directory.
For help and background information, see the pindel wiki and its FAQ on https://trac.nbic.nl/pindel/wiki/PindelFaq
Or contact us on [email protected]
make -C src pindel
make[1]: Entering directory `/path/pindel/src'
g++ -Wall -Werror -g -c -O3 -fopenmp -I/path/samtools/ pindel.cpp -o pindel.o
cc1plus: warnings being treated as errors
parameter.h:25: Warnung: »class Parameter« hat virtuelle Funktionen aber nicht-virtuellen Destruktor
parameter.h:118: Warnung: »class IntParameter« hat virtuelle Funktionen aber nicht-virtuellen Destruktor
parameter.h:135: Warnung: »class UIntParameter« hat virtuelle Funktionen aber nicht-virtuellen Destruktor
parameter.h:152: Warnung: »class BoolParameter« hat virtuelle Funktionen aber nicht-virtuellen Destruktor
parameter.h:174: Warnung: »class FloatParameter« hat virtuelle Funktionen aber nicht-virtuellen Destruktor
parameter.h:191: Warnung: »class StringParameter« hat virtuelle Funktionen aber nicht-virtuellen Destruktor
search_variant.h:4: Warnung: »class SearchVariant« hat virtuelle Funktionen aber nicht-virtuellen Destruktor
searchshortinsertions.h:4: Warnung: »class SearchShortInsertions« hat virtuelle Funktionen aber nicht-virtuellen Destruktor
searchdeletions.h:4: Warnung: »class SearchDeletions« hat virtuelle Funktionen aber nicht-virtuellen Destruktor
pindel.cpp: In function »int init(int, char**, ControlState&)«:
pindel.cpp:742: Warnung: Umwandlung in »int« von »double«
make[1]: *** [pindel.o] Fehler 1
make[1]: Leaving directory `/path/pindel/src'
make: *** [pindel] Fehler 2
Creating pindel2vcf utility...
pindel2vcf created.
mv: Aufruf von stat für „src/pindel“ nicht möglich: Datei oder Verzeichnis nicht gefunden
Pindel successfully compiled. The pindel executable can be found in this directory.
You can test pindel with the example files in the demo directory; example commands are given in the RUNME in that directory.
For help and background information, see the pindel wiki and its FAQ on https://trac.nbic.nl/pindel/wiki/PindelFaq
Or contact us on [email protected]
Best regards
Robby
Comment