[FFmpeg-trac] #3628(build system:new): configure's behaviour for --enable-static and --enable-shared seems to be inverted

FFmpeg trac at avcodec.org
Fri May 9 14:49:57 CEST 2014


#3628: configure's behaviour for --enable-static and --enable-shared seems to be
inverted
-------------------------------------+-------------------------------------
             Reporter:  spraff       |                     Type:  defect
               Status:  new          |                 Priority:  minor
            Component:  build        |                  Version:
  system                             |  unspecified
             Keywords:               |               Blocked By:
             Blocking:               |  Reproduced by developer:  0
Analyzed by developer:  0            |
-------------------------------------+-------------------------------------
 This command:

     ./configure --disable-optimizations --disable-static --enable-shared
 && make

 builds .so files but not .a files, likewise

     ./configure --disable-optimizations --disable-shared --enable-static
 && make

 builds .a files but not .so files.

 This seems to be backwards. Attached is a makefile which demonstrates this
 in full.

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


More information about the FFmpeg-trac mailing list