On Fri, Jan 02, 2004 at 05:19:41PM -0800, Steven M. Schultz wrote:
> 
> On Fri, 2 Jan 2004 [EMAIL PROTECTED] wrote:
[...]
> > Now make fails:
> 
>       With a libtool related error.
> 
> > /bin/sh ../../libtool --mode=compile --tag=CC /bin/sh ../../strip_fPIC.sh 
> > /usr/bin/nasm -f elf -o mblock_bsad_mmx.lo mblock_bsad_mmx.s
> > libtool: unrecognized option `--tag=CC'
[...] 
> > Any clues?
> 
>       Of course ;)
> 
>       libtool-1.5 is, apparently, now a requirement.   The "--tag" capability
>       is from libtool 1.5 and was needed for building the shared libraries
>       (the core of the encoder is now a shared lib that can be used by
>       other programs).

I have just ommitted the "--tag=CC" option from the call to libtool
in the files utils/mmxsse/Makefile and mpeg2enc/Makefile and then
compilation went ok. Should I expect any problem with the software
as a consequence of that? mpeg2enc and mplex seems to be working
right. I quick run show that they are working.

I think that the shared libraries has been built successfully:

# ls -Gg /opt/mjpegtools.cvs/lib/
total 5756
lrwxrwxrwx    1       23 Jan  3 06:45 liblavfile-1.6.so.0 -> liblavfile-1.6.so.0.1.1
-rwxr-xr-x    1    56116 Jan  3 06:45 liblavfile-1.6.so.0.1.1
-rw-r--r--    1    54316 Jan  3 06:45 liblavfile.a
-rwxr-xr-x    1      908 Jan  3 06:45 liblavfile.la
lrwxrwxrwx    1       23 Jan  3 06:45 liblavfile.so -> liblavfile-1.6.so.0.1.1
lrwxrwxrwx    1       23 Jan  3 06:45 liblavjpeg-1.6.so.0 -> liblavjpeg-1.6.so.0.1.1
-rwxr-xr-x    1    28723 Jan  3 06:45 liblavjpeg-1.6.so.0.1.1
-rw-r--r--    1    24382 Jan  3 06:45 liblavjpeg.a
-rwxr-xr-x    1      798 Jan  3 06:45 liblavjpeg.la
lrwxrwxrwx    1       23 Jan  3 06:45 liblavjpeg.so -> liblavjpeg-1.6.so.0.1.1
lrwxrwxrwx    1       23 Jan  3 06:45 liblavplay-1.6.so.0 -> liblavplay-1.6.so.0.1.1
-rwxr-xr-x    1    51253 Jan  3 06:45 liblavplay-1.6.so.0.1.1
-rw-r--r--    1    45732 Jan  3 06:45 liblavplay.a
-rwxr-xr-x    1      748 Jan  3 06:45 liblavplay.la
lrwxrwxrwx    1       23 Jan  3 06:45 liblavplay.so -> liblavplay-1.6.so.0.1.1
lrwxrwxrwx    1       22 Jan  3 06:45 liblavrec-1.6.so.0 -> liblavrec-1.6.so.0.1.1
-rwxr-xr-x    1   106848 Jan  3 06:45 liblavrec-1.6.so.0.1.1
-rw-r--r--    1    70238 Jan  3 06:45 liblavrec.a
-rwxr-xr-x    1      741 Jan  3 06:45 liblavrec.la
lrwxrwxrwx    1       22 Jan  3 06:45 liblavrec.so -> liblavrec-1.6.so.0.1.1
-rw-r--r--    1    32128 Jan  3 06:45 libmjpegutils.a
lrwxrwxrwx    1       26 Jan  3 06:45 libmpeg2encpp-1.6.so.0 -> 
libmpeg2encpp-1.6.so.0.1.1
-rwxr-xr-x    1   875687 Jan  3 06:45 libmpeg2encpp-1.6.so.0.1.1
-rw-r--r--    1  1601946 Jan  3 06:46 libmpeg2encpp.a
-rwxr-xr-x    1      769 Jan  3 06:45 libmpeg2encpp.la
lrwxrwxrwx    1       26 Jan  3 06:45 libmpeg2encpp.so -> libmpeg2encpp-1.6.so.0.1.1
lrwxrwxrwx    1       22 Jan  3 06:45 libmplex2-1.6.so.0 -> libmplex2-1.6.so.0.1.1
-rwxr-xr-x    1   985878 Jan  3 06:45 libmplex2-1.6.so.0.1.1
-rw-r--r--    1  1864540 Jan  3 06:45 libmplex2.a
-rwxr-xr-x    1      741 Jan  3 06:45 libmplex2.la
lrwxrwxrwx    1       22 Jan  3 06:45 libmplex2.so -> libmplex2-1.6.so.0.1.1
drwxr-xr-x    2     4096 Jan  3 06:46 pkgconfig

>       libtool-1.5 is much better than 1.4.x (especially when C++ shared lib
>       building is involved - and on OS/X 10.3 libtool-1.5 comes pre-isntalled
>       and integrated which helped me a lot on that system).
> 
>       The newer version of libtool has not introduced any compatibility
>       problems at all for me (on any of 3 or 4 different operating systems)
>       so my suggestion would be to install libtool-1.5

I would not like to replace a basic system tool myself, without
support from the OS community. Gentoo Linux does not have an
ebuild for libtool 1.5 in portage yet. Unless the replacement is
really necessary.

Thanks.

Romildo


-------------------------------------------------------
This SF.net email is sponsored by: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills.  Sign up for IBM's
Free Linux Tutorials.  Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click
_______________________________________________
Mjpeg-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mjpeg-users

Reply via email to