Also,
If I comment out the following lines, I can compile successfully:
# cd $(TESTPROGS_DIR) ; $(MAKE)
# cd $(MEDIA_SERVER_DIR) ; $(MAKE)
# cd $(MEDIA_SERVER_DIR) ; $(MAKE)
Does anybody know if I need test progs and media_server if I am using the live555 libraries to compile VLC??
(I want to do RTSP streaming with this setup)
Thank you,
Scott
-------- Original Message --------
Subject: [Live-devel] opensolaris_live555_compile_problem_-_ld
:_fatal:_relocation_error:_R_386_32:
From: [email protected]
Date: Sat, October 03, 2009 2:12 pm
To: [email protected]
I'm trying to compile live555 (live.2009.09.28). I generate a Makefile using solaris-32bit. When I run make it looks like the compiling goes fine - but there is a problem with the linking (not sure though).This is the error message I get:cd testProgs ; make
make[1]: Entering directory `/export/home/shewless/Downloads/live/testProgs'
c++ -otestMP3Streamer -L. testMP3Streamer.o ../liveMedia/libliveMedia.a ../groupsock/libgroupsock.a ../BasicUsageEnvironment/libBasicUsageEnvironment.a ../UsageEnvironment/libUsageEnvironment.a
ld: fatal: relocation error: R_386_32: file .rel.eh_frame: section: ../liveMedia/libliveMedia.a: offset: 0x25a0: relocation requires reference symbol
ld: fatal: relocation error: R_386_32: file .rel.eh_frame: section: ../liveMedia/libliveMedia.a: offset: 0x25d4: relocation requires reference symbol
ld: fatal: relocation error: R_386_32: file .rel.eh_frame: section: ../liveMedia/libliveMedia.a: offset: 0x2c00: relocation requires reference symbol
ld: fatal: relocation error: R_386_32: file .rel.eh_frame: section: ../liveMedia/libliveMedia.a: offset: 0x2c34: relocation requires reference symbol
ld: fatal: relocation error: R_386_32: file .rel.eh_frame: section: ../liveMedia/libliveMedia.a: offset: 0x362c: relocation requires reference symbol
ld: fatal: relocation error: R_386_32: file .rel.eh_frame: section: ../liveMedia/libliveMedia.a: offset: 0x74fc: relocation requires reference symbol
ld: fatal: relocation error: R_386_32: file .rel.eh_frame: section: ../liveMedia/libliveMedia.a: offset: 0x7994: relocation requires reference symbol
ld: fatal: relocation error: R_386_32: file .rel.eh_frame: section: ../liveMedia/libliveMedia.a: offset: 0x79c8: relocation requires reference symbol
ld: fatal: relocation error: R_386_32: file .rel.eh_frame: section: ../liveMedia/libliveMedia.a: offset: 0x18344: relocation requires reference symbol
collect2: ld returned 1 exit status
make[1]: *** [testMP3Streamer] Error 1
make[1]: Leaving directory `/export/home/shewless/Downloads/live/testProgs'
make: *** [all] Error 2If you need any additional information please let me know. Thank you.
_______________________________________________
live-devel mailing list
[email protected]
http://lists.live555.com/mailman/listinfo/live-devel
_______________________________________________ live-devel mailing list [email protected] http://lists.live555.com/mailman/listinfo/live-devel
