statgen / fastQValidator

Validate FastQ Files
36 stars 10 forks source link

Returning symbol(s) not found for architecture x86_64 ERROR #16

Open Linesmerrill opened 6 years ago

Linesmerrill commented 6 years ago

When I try and install this locally on my mac it throws this error snippet

...
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[2]: *** [../bin/debug/fastQValidator] Error 1
make[1]: *** [src] Error 2
make: *** [fastQValidator/] Error 2
...

I followed the instructions to download the project, cd into the folder and then run make all.

Can you please provide some assistance to help me resolve this error?

IsaacLessard commented 6 years ago

Does running make cloneLib resolve this error?

mktrost commented 6 years ago

Are there any messages prior to the ld? Does it list what the undefined symbols are?