<html><body><span style="font-family:Verdana; color:#000000; font-size:10pt;"><div>I guess I have a question and a comment:</div><div><br></div><div>Q: What is the minimal libraries I need for VLC compatibility? I want a small footprint.</div><div><br></div><div>C: I am using opensolaris 10 - the compiler and linker that comes with it. If anybody can suggest something for me to try I am willing to give it a shot.&nbsp; </div><div><br></div><div>Here is the error:<br></div><div><br></div><div><span style="font-family: Verdana; color: rgb(0, 0, 0); font-size: 10pt;">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</span></div>
<blockquote style="border-left: 2px solid blue; margin-left: 8px; padding-left: 8px; font-size: 10pt; color: black; font-family: verdana;" mce_style="border-left: 2px solid blue; margin-left: 8px; padding-left: 8px; font-size:10pt; color:black; font-family:verdana;">
<div   >
-------- Original Message --------<br>
Subject: Re: [Live-devel] opensolaris_live555_compile_problem_-_ld<br>
:_fatal:_relocation_error:_R_386_32:<br>
From: Ross Finlayson &lt;finlayson@live555.com&gt;<br>
Date: Sun, October 04, 2009 6:42 pm<br>
To: LIVE555 Streaming Media - development &amp; use<br>
        &lt;live-devel@ns.live555.com&gt;<br>
<br>
&gt;If I comment out the following lines, I can compile successfully:<br>
&gt;<br>
&gt;<br>
&gt;#       cd $(TESTPROGS_DIR) ; $(MAKE)<br>
&gt;#       cd $(MEDIA_SERVER_DIR) ; $(MAKE)<br>
&gt;<br>
&gt;Does anybody know if I need test progs and media_server if I am <br>
&gt;using the live555 libraries to compile VLC??<br>
<br>
No, you don't need those if you're developing your own application, <br>
because those directories are for applications themselves.<br>
<br>
But I'd rather find the real solution to your problem rather than <br>
just papering over it.  I.e., is there something wrong with the <br>
current "config.solaris-32bit" that needs to be changed to get those <br>
applications (in "testProgs/" and "mediaServer/") to compile and <br>
link?  If so, why has noone else reported this problem?<br>
-- <br>
<br>
Ross Finlayson<br>
Live Networks, Inc.<br>
<a href="http://www.live555.com/" mce_href="http://www.live555.com/" target="_blank">http://www.live555.com/</a><br>
_______________________________________________<br>
live-devel mailing list<br>
live-devel@lists.live555.com<br>
<a href="http://lists.live555.com/mailman/listinfo/live-devel" mce_href="http://lists.live555.com/mailman/listinfo/live-devel" target="_blank">http://lists.live555.com/mailman/listinfo/live-devel</a><br>

</div>
</blockquote></span></body></html>