FMOD Include
Posted: Mon Mar 28, 2005 10:22 pm
Hi,
I have an Problem with Linux-FMOD and PB i took the Wrapper Include from the Windows Version (fmod_proc.pbi, con_struc.pbi) and made it Linux compatibel, downloaded the Linux Fmodlib and copied it in the compilers directory and in the MandrakeLibs directory and in the usr/bin directory. But when i compile my Project with it or when i compile that new include alone i get an Linker Error

Here is the source of the Include(it`s very large): http://fighter125.fi.funpic.de/fmod.htm
I went to the FMOD Forum and searched for "undefined reference" and there were 10 users, who had that Problem (with different "to `*'" ). The problem was caused by gcc they used g++ and all was ok.
But PB is using GCC...
How can I solve this Problem?
plz help
Sorry for my bad English.
125
I have an Problem with Linux-FMOD and PB i took the Wrapper Include from the Windows Version (fmod_proc.pbi, con_struc.pbi) and made it Linux compatibel, downloaded the Linux Fmodlib and copied it in the compilers directory and in the MandrakeLibs directory and in the usr/bin directory. But when i compile my Project with it or when i compile that new include alone i get an Linker Error
On the German Board no body could helppurebasic.o(.text+0x4896): In function `main':
: undefined reference to `PB_CallFunction14'
collect2: ld returned 1 exit status
Error: Linker

Here is the source of the Include(it`s very large): http://fighter125.fi.funpic.de/fmod.htm
I went to the FMOD Forum and searched for "undefined reference" and there were 10 users, who had that Problem (with different "to `*'" ). The problem was caused by gcc they used g++ and all was ok.
But PB is using GCC...
How can I solve this Problem?
plz help
Sorry for my bad English.

125