pfaucon / PBSIM-PacBio-Simulator

This is an updated mirror of the original PacBio Read Simulator
GNU General Public License v2.0
36 stars 14 forks source link

Doesn't compile on GNU/Linux #3

Closed ghost closed 7 years ago

ghost commented 8 years ago

Hello,

I've tried to compile pbsim under GNU/Linux x86_64 using the command autoreconf -fiv ; ./configure ; make but it doesn't work.

At first, make fail because of missing NEWS and README file. First output can be seen here.

The workaround that is to do touch NEWS ; touch README before make.

Still, make fails to compile. Second output can be seen here.

lpryszcz commented 8 years ago

same here... any solution?

pfaucon commented 7 years ago

Sorry, I wasn't watching this repo but i added a new script in src, make_script.sh. It's not a standard, but I'm not well versed in the autoconfig it looks like the the autogenerated make file includes pbsim.o but not the other object files.

EDIT: if you are interested in making a more reasonable solution please feel free to make a pull request and I can pull it in.