<html><body><span style="font-family:Verdana; color:#000000; font-size:10pt;"><div>I'm trying to compile live555 (live.2009.09.28).&nbsp; I generate a Makefile using solaris-32bit.&nbsp; When I run make it looks like the compiling goes fine - but there is a problem with the linking (not sure though).</div><div><br></div><div>This is the error message I get:</div><div><br></div><div>cd testProgs ; make<br>make[1]: Entering directory `/export/home/shewless/Downloads/live/testProgs'<br>c++ -otestMP3Streamer -L. testMP3Streamer.o ../liveMedia/libliveMedia.a ../groupsock/libgroupsock.a ../BasicUsageEnvironment/libBasicUsageEnvironment.a ../UsageEnvironment/libUsageEnvironment.a <br>ld: fatal: relocation error: R_386_32: file .rel.eh_frame: section: ../liveMedia/libliveMedia.a: offset: 0x25a0: relocation requires reference symbol<br>ld: fatal: relocation error: R_386_32: file .rel.eh_frame: section: ../liveMedia/libliveMedia.a: offset: 0x25d4: relocation requires reference symbol<br>ld: fatal: relocation error: R_386_32: file .rel.eh_frame: section: ../liveMedia/libliveMedia.a: offset: 0x2c00: relocation requires reference symbol<br>ld: fatal: relocation error: R_386_32: file .rel.eh_frame: section: ../liveMedia/libliveMedia.a: offset: 0x2c34: relocation requires reference symbol<br>ld: fatal: relocation error: R_386_32: file .rel.eh_frame: section: ../liveMedia/libliveMedia.a: offset: 0x362c: relocation requires reference symbol<br>ld: fatal: relocation error: R_386_32: file .rel.eh_frame: section: ../liveMedia/libliveMedia.a: offset: 0x74fc: relocation requires reference symbol<br>ld: fatal: relocation error: R_386_32: file .rel.eh_frame: section: ../liveMedia/libliveMedia.a: offset: 0x7994: relocation requires reference symbol<br>ld: fatal: relocation error: R_386_32: file .rel.eh_frame: section: ../liveMedia/libliveMedia.a: offset: 0x79c8: relocation requires reference symbol<br>ld: fatal: relocation error: R_386_32: file .rel.eh_frame: section: ../liveMedia/libliveMedia.a: offset: 0x18344: relocation requires reference symbol<br>collect2: ld returned 1 exit status<br>make[1]: *** [testMP3Streamer] Error 1<br>make[1]: Leaving directory `/export/home/shewless/Downloads/live/testProgs'<br>make: *** [all] Error 2<br></div><div><br></div><div>If you need any additional information please let me know.&nbsp; Thank you.<br></div></span></body></html>