SoftwareLinks

Page history last edited by colby Leider 7 mos ago

Comments (1)

profile picture

bgerstle said

at 4:39 pm on Feb 25, 2009

I'm having trouble getting libsndfile to compile in XCode... has anyone had any luck? Specifically, the errors I'm getting are:

"_sf_close", referenced from:
_main in sfprocess.o
_main in sfprocess.o
"_sf_write_double", referenced from:
_main in sfprocess.o
"_sf_open", referenced from:
_main in sfprocess.o
_main in sfprocess.o
"_sf_read_double", referenced from:
_main in sfprocess.o
"_sf_strerror", referenced from:
_main in sfprocess.o
_main in sfprocess.o
ld: symbol(s) not found
collect2: ld returned 1 exit status

I have sfprocess.c and sndfile.h included in the project. I was also able to follow John Bullitt's instructions up to where he says to add "libsndfile.a" to your project.. it's not in my /usr/lib/ directory.

Thanks!

You don't have permission to comment on this page.