[FFmpeg-trac] #1269(avutil:new): FFMPEG won't compile on RedHat el5

FFmpeg trac at avcodec.org
Wed May 2 19:14:18 CEST 2012


#1269: FFMPEG won't compile on RedHat el5
-------------------------------------+-------------------------------------
               Reporter:             |                  Owner:  michael
  alexffmpeg                         |                 Status:  new
                   Type:  defect     |              Component:  avutil
               Priority:  critical   |               Keywords:  64bit,
                Version:  git-       |  assembler,
  master                             |               Blocking:
             Blocked By:             |  Analyzed by developer:  0
Reproduced by developer:  0          |
-------------------------------------+-------------------------------------
 Dear FFMPEG contributors,

 After libc6 update, the cluster i use based on redHat linux version do not
 want to compile FFMPEG anymore in 64bit mode (and we do need 64bit).

 Here is an information about the systeme : uname -r = 2.6.18-274.7.1.el5

 I currently use the git version of ffmpeg but trying to compile any
 previous version 0.10.2, 0.9.1 or previous present the same problems. I
 also tried various options regarding --arch option, various gcc versions
 (3.4, 4.1, 4.4) the error and warnings are always the same.

 Here is the script i use to configure compilation :

 after a : git clone git://source.ffmpeg.org/ffmpeg.git ffmpeg

 # update from git
 cd /uds_data/listic/install/ffmpeg_package/ffmpeg
 git pull
 # move to the opencv main directory
 ./configure --prefix="/uds_data/listic/install/ffmpeg_package/install"
 --disable-yasm --enable-shared --cc=gcc44 --ld=gcc44
 # old version : ./configure
 --prefix="/uds_data/listic/install/ffmpeg_package/install" --enable-shared
 --disable-yasm --arch=x86
 # compile
 make clean
 make
 make install

 I send you as attached file the comile log

 Hope it helps.
 Best regards.

-- 
Ticket URL: <https://ffmpeg.org/trac/ffmpeg/ticket/1269>
FFmpeg <http://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list