Place this near the top of param.cpp:
Code:
#include<stdlib.h>
You are currently viewing the SEQanswers forums as a guest, which limits your access. Click here to register now, and join the discussion
g++ -DMAXGAP=3 -DMAXHITS=10000 -DTHREAD -O3 -DDB_CHR -DREAD_60 -c param.cpp -o param.chr.o g++ -DMAXGAP=3 -DMAXHITS=10000 -DTHREAD -O3 -DDB_CHR -DREAD_60 -c reads.cpp -o reads.chr.o reads.cpp: In member function ‘void ReadClass::CheckFile(std::ifstream&)’: reads.cpp:32: error: ‘exit’ was not declared in this scope reads.cpp:37: error: ‘exit’ was not declared in this scope reads.cpp:41: error: ‘exit’ was not declared in this scope make: *** [reads.chr.o] Error 1
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by SEQadmin2, 07-20-2026, 11:10 AM
|
0 responses
12 views
0 reactions
|
Last Post
by SEQadmin2
07-20-2026, 11:10 AM
|
||
|
Started by SEQadmin2, 07-13-2026, 10:26 AM
|
0 responses
30 views
0 reactions
|
Last Post
by SEQadmin2
07-13-2026, 10:26 AM
|
||
|
Started by SEQadmin2, 07-09-2026, 10:04 AM
|
0 responses
41 views
0 reactions
|
Last Post
by SEQadmin2
07-09-2026, 10:04 AM
|
||
|
Started by SEQadmin2, 07-08-2026, 10:08 AM
|
0 responses
26 views
0 reactions
|
Last Post
by SEQadmin2
07-08-2026, 10:08 AM
|
Comment