[MPlayer-users] problems compiling MPlayer-1.0pre7 on Solaris 9 with gcc 3.4.2

apostolo at obelix.ee.duth.gr apostolo at obelix.ee.duth.gr
Fri Aug 19 21:00:03 CEST 2005


On Sat, 20 Aug 2005, Craig Dewick wrote:

>
> sh ./configure --with-install=/usr/ucb/install --enable-menu --enable-gui \
> 	--with-xanimlibdir=/usr/local/xanim --cc=gcc --host-cc=gcc \
> 	--enable-runtime-cpudetection --enable-shared-pp
                                       ^^^^^^^^^^^^^^^^^^^
I don't think you really need this option enabled but any way.

> gcc -shared -Wl,-soname,libpostproc.so.0 \
> -o libpostproc.so postprocess_pic.o

The problem is that shomehow Solaris ld is getting confused
with the arguments it is passed with. Just enter the following
command and I am sure you will have no problem at all:

gcc -G -h libpostproc.so.0 -o libpostproc.so postprocess_pic.o

If this works, then just modify the Makefile.
A.S.

****************************************************************
*Apostolos Syropoulos                                          *
*snail mail: 366, 28th October Str., GR-671 00  Xanthi, HELLAS *
*email     : apostolo at ocean1.ee.duth.gr                        *
*phone num.: +30-25410-28704                                   *
*home page : http://obelix.ee.duth.gr/~apostolo                *
****************************************************************




More information about the MPlayer-users mailing list