jts / sga

de novo sequence assembler using string graphs
http://genome.cshlp.org/content/22/3/549
237 stars 82 forks source link

Linker error: undefined symbol ld_set #29

Closed sjackman closed 11 years ago

sjackman commented 11 years ago

bcr.c (ld_set) should be static inline

Undefined symbols for architecture x86_64:
  "_ld_set", referenced from:
      _bcr_append in libthirdparty.a(bcr.o)

Cheers, Shaun