The error first
============================================================================
./configure: line 76: arch: command not found
./configure: line 76: <: ==: unary operator expected
Configured successfully. Type 'make' to build it.
<CHECK> make
/bin/sh: -c: line 1: syntax error: unexpected end of file
/bin/sh: i686/c_flags: No such file or directory
/bin/sh: i686/lame_flags: No such file or directory
/bin/sh: i686/objs: No such file or directory
make: *** No rule to make target `i686', needed by `all'. Stop.
*** Error: make
*** ERROR: quicktime4linux-x86-glibc-2.5-gcc-4.1-1-2.2-3
============================================================================
then the install instructions
Quicktime for Linux requires a copy of of libmpeg3 in a directory next to itself. This provides the mp3 interface.
Your directory structure should thus be:
/my_directory
/my_directory/libmpeg3-*.*.*
/my_directory/quicktime4linux-*.*.*
type "make" in the libmpeg3 directory.
Type "configure" in the quicktime directory.
type "make" in the quicktime directory.
type "make util" to get quicktime to build some utilities.
The makefiles automatically configure themselves. The library is in i686/libquicktime.a. You should manually set the CFLAGS environment variable with the optimum optimization parameters for your i686 derivative.
The entire source code tree should be positioned in a location where every application that needs it can access it. There is no provision for standard include files and normally it's much to difficult for users to match versions to use it as a shared library. Those of you who were born before 1997 may remember QT doing this.
What I don't get
How to setup the CFLAGs ?!?
Code | [In neuem Fenster öffnen] |
|
<cmd>cd libmpeg3-1.7</cmd>
<cmd>make</cmd>
<cmd>cd ..</cmd>
<cmd>cd quicktime4linux-2.2</cmd>
<cmd>./configure --prefix=/usr --infodir=/usr/share/info --mandir=/usr/share/man --sysconfdir=/etc --localstatedir=/var/lib</cmd>
<cmd>make</cmd>
<cmd>make util</cmd> |