LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   SMPEG errors (https://www.linuxquestions.org/questions/linux-software-2/smpeg-errors-105609/)

eats85 10-18-2003 01:27 PM

SMPEG errors
 
I am trying to install smpeg so that I can install SDL_mixer but when I 'make all' it gives me these errors..

.libs/libsmpeg.so: undefined reference to `operator new[](unsigned)'
.libs/libsmpeg.so: undefined reference to `operator delete(void*)'
.libs/libsmpeg.so: undefined reference to `operator delete[](void*)'
.libs/libsmpeg.so: undefined reference to `operator new(unsigned)'
collect2: ld returned 1 exit status
make[1]: *** [plaympeg] Error 1
make[1]: Leaving directory `/home/jchesmore/smpeg-0.4.3'
make: *** [all-recursive] Error 1

I am running slackware 9.1.
If you know how to fix this this please help me.

thanks for your time
eats

moacirponti 08-19-2004 09:07 AM

I've got the same error! Have solution?
 
Hi.
I've got the same error on 'make all' for smpeg.
Did you found the solution?
thanks,

Moacir.

ssokolow 08-28-2004 04:14 AM

http://linuxfromscratch.org/pipermai...ch/038115.html

Add -lstdc++ to libsmpeg.la in the dependency_libs= line and it will work.


All times are GMT -5. The time now is 01:09 AM.