Error while compiling Ogle on Solaris 10 x86
"The World's Cutest Dog" <[email protected]> Sun, 06 Mar 2005 01:11:58 +0700
| Newsgroups | gmane.comp.video.ogle.user |
|---|---|
| Message-ID | <1110046318.11267.10.camel@unknown> |
Hi,
I'm a newbie for both solaris & ogle. I tried to compile the software on solaris 10 x86 by following the instruction given on the web (for solaris 8). When I run configure, the following is detected, mmx, mlib and Xv. I wonder whether I need to solaris audio the be detected in order to hear sound?
Anyway, I tried to run 'make' and the error occurs:
gcc -fomit-frame-pointer -funroll-loops -g -O2 -Wall -g -O2 -Wall -march=i586 -mcpu=pentiumpro -o .libs/ogle_mpeg_vs video_stream.o video_mpeg1.o video_mpeg2.o video_motion.o c_getbits.o video_tables.o yuv2rgb_mlib.o -L/opt/sfw/lib -L/usr/openwin/lib -L/opt/SUNWmlib/lib -lmlib ../common/libcommon.a ../ogle/.libs/libmsgevents.so -lrt -R/usr/local/lib/ogle -R/opt/sfw/lib -R/usr/openwin/lib -R/opt/SUNWmlib/lib
Undefined first referenced
symbol in file
emms video_stream.o
ld: fatal: Symbol referencing errors. No output written to .libs/ogle_mpeg_vs
collect2: ld returned 1 exit status
*** Error code 1
make: Fatal error: Command failed for target `ogle_mpeg_vs'
Current working directory /home/thone/download/ogle/ogle-0.9.2/mpeg2_video
*** Error code 1
The following command caused the error:
set fnord $MAKEFLAGS; amf=$2; \
dot_seen=no; \
target=`echo all-recursive | sed s/-recursive//`; \
list='ogle include common ctrl mpeg2_video mpeg2_program libogleao ac3 vmg dvd_cli scripts doc'; for subdir in $list; do \
echo "Making $target in $subdir"; \
if test "$subdir" = "."; then \
dot_seen=yes; \
local_target="$target-am"; \
else \
local_target="$target"; \
fi; \
(cd $subdir && make $local_target) \
|| case "$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
done; \
if test "$dot_seen" = "no"; then \
make "$target-am" || exit 1; \
fi; test -z "$fail"
make: Fatal error: Command failed for target `all-recursive'
Thank you.