Hello ffmpeg-user.
Running Linux Mint 17.3 (32 bit). Attached is the config.log after the make
command failed. I followed several commands lines from an online article and
all worked great until the last step. For reference:
http://blog.gorwits.me.uk/index.html%3Fp=577.html
So, I am following up on the prompt from the error. I'm a novice in Linux, I
rarely do the .configure, make and make install. Although, All the other
'make/install' activities worked fine.
And I did perform the Git download as instructed, so I assume it would be the
latest.
The Linux install is pretty new, less than a week old, so it's not polluted
with a bunch of trial and error activity residuals (if you know what I mean).
Anyway, I thought it was my duty to provide some feedback regarding a failed
Make.
Thank you.
Joe Reagan
x264 configure script
Command line options: "--prefix=/usr/local/lib/ffmpeg-264" "--enable-static"
checking whether gcc works... yes
checking whether gcc supports for( int i = 0; i < 9; i++ ); with -std=gnu99... yes
checking for -mpreferred-stack-boundary=5... yes
checking whether yasm supports vpmovzxwd ymm0, xmm0... yes
checking whether gcc supports __asm__("pabsw %xmm0, %xmm0");... yes
checking for pthread_create(0,0,0,0); in pthread.h... yes
checking for cpu_set_t p_aff; return CPU_COUNT(&p_aff); in sched.h... yes
checking for return log2f(2); in math.h... yes
checking whether defined(MAP_PRIVATE) is true... yes
checking for MADV_HUGEPAGE; in sys/mman.h... yes
checking for sws_init_context(0,0,0); in libswscale/swscale.h... no
Failed commandline was:
--------------------------------------------------
gcc conftest.c -m32 -Wall -I. -I$(SRCPATH) -march=i686 -mfpmath=sse -msse -msse2 -std=gnu99 -D_GNU_SOURCE -mpreferred-stack-boundary=5 -lswscale -lavutil -m32 -lm -lpthread -o conftest
conftest.c:1:32: fatal error: libswscale/swscale.h: No such file or directory
#include <libswscale/swscale.h>
^
compilation terminated.
--------------------------------------------------
Failed program was:
--------------------------------------------------
#include <libswscale/swscale.h>
int main (void) { sws_init_context(0,0,0); return 0; }
--------------------------------------------------
checking for -lpostproc... no
Failed commandline was:
--------------------------------------------------
gcc conftest.c -m32 -Wall -I. -I$(SRCPATH) -march=i686 -mfpmath=sse -msse -msse2 -std=gnu99 -D_GNU_SOURCE -mpreferred-stack-boundary=5 -lpostproc -m32 -lm -lpthread -o conftest
/usr/bin/ld: cannot find -lpostproc
collect2: error: ld returned 1 exit status
--------------------------------------------------
Failed program was:
--------------------------------------------------
int main (void) { return 0; }
--------------------------------------------------
checking for -lavcodec... no
Failed commandline was:
--------------------------------------------------
gcc conftest.c -m32 -Wall -I. -I$(SRCPATH) -march=i686 -mfpmath=sse -msse -msse2 -std=gnu99 -D_GNU_SOURCE -mpreferred-stack-boundary=5 -lavcodec -m32 -lm -lpthread -o conftest
/usr/bin/ld: cannot find -lavcodec
collect2: error: ld returned 1 exit status
--------------------------------------------------
Failed program was:
--------------------------------------------------
int main (void) { return 0; }
--------------------------------------------------
checking for -lswscale... no
Failed commandline was:
--------------------------------------------------
gcc conftest.c -m32 -Wall -I. -I$(SRCPATH) -march=i686 -mfpmath=sse -msse -msse2 -std=gnu99 -D_GNU_SOURCE -mpreferred-stack-boundary=5 -lswscale -m32 -lm -lpthread -o conftest
/usr/bin/ld: cannot find -lswscale
collect2: error: ld returned 1 exit status
--------------------------------------------------
Failed program was:
--------------------------------------------------
int main (void) { return 0; }
--------------------------------------------------
checking for -lavutil... no
Failed commandline was:
--------------------------------------------------
gcc conftest.c -m32 -Wall -I. -I$(SRCPATH) -march=i686 -mfpmath=sse -msse -msse2 -std=gnu99 -D_GNU_SOURCE -mpreferred-stack-boundary=5 -lavutil -m32 -lm -lpthread -o conftest
/usr/bin/ld: cannot find -lavutil
collect2: error: ld returned 1 exit status
--------------------------------------------------
Failed program was:
--------------------------------------------------
int main (void) { return 0; }
--------------------------------------------------
checking for -lm... yes
checking for -lz... no
Failed commandline was:
--------------------------------------------------
gcc conftest.c -m32 -Wall -I. -I$(SRCPATH) -march=i686 -mfpmath=sse -msse -msse2 -std=gnu99 -D_GNU_SOURCE -mpreferred-stack-boundary=5 -lz -m32 -lm -lpthread -o conftest
/usr/bin/ld: cannot find -lz
collect2: error: ld returned 1 exit status
--------------------------------------------------
Failed program was:
--------------------------------------------------
int main (void) { return 0; }
--------------------------------------------------
checking for -lbz2... no
Failed commandline was:
--------------------------------------------------
gcc conftest.c -m32 -Wall -I. -I$(SRCPATH) -march=i686 -mfpmath=sse -msse -msse2 -std=gnu99 -D_GNU_SOURCE -mpreferred-stack-boundary=5 -lbz2 -m32 -lm -lpthread -o conftest
/usr/bin/ld: cannot find -lbz2
collect2: error: ld returned 1 exit status
--------------------------------------------------
Failed program was:
--------------------------------------------------
int main (void) { return 0; }
--------------------------------------------------
checking for -lpthread... yes
checking for -lavifil32... no
Failed commandline was:
--------------------------------------------------
gcc conftest.c -m32 -Wall -I. -I$(SRCPATH) -march=i686 -mfpmath=sse -msse -msse2 -std=gnu99 -D_GNU_SOURCE -mpreferred-stack-boundary=5 -lavifil32 -m32 -lm -lpthread -o conftest
/usr/bin/ld: cannot find -lavifil32
collect2: error: ld returned 1 exit status
--------------------------------------------------
Failed program was:
--------------------------------------------------
int main (void) { return 0; }
--------------------------------------------------
checking for -lws2_32... no
Failed commandline was:
--------------------------------------------------
gcc conftest.c -m32 -Wall -I. -I$(SRCPATH) -march=i686 -mfpmath=sse -msse -msse2 -std=gnu99 -D_GNU_SOURCE -mpreferred-stack-boundary=5 -lws2_32 -m32 -lm -lpthread -o conftest
/usr/bin/ld: cannot find -lws2_32
collect2: error: ld returned 1 exit status
--------------------------------------------------
Failed program was:
--------------------------------------------------
int main (void) { return 0; }
--------------------------------------------------
checking for av_frame_free(0); in libavformat/avformat.h... no
Failed commandline was:
--------------------------------------------------
gcc conftest.c -m32 -Wall -I. -I$(SRCPATH) -march=i686 -mfpmath=sse -msse -msse2 -std=gnu99 -D_GNU_SOURCE -mpreferred-stack-boundary=5 -L. -lavformat -lm -lpthread -m32 -lm -lpthread -o conftest
conftest.c:1:34: fatal error: libavformat/avformat.h: No such file or directory
#include <libavformat/avformat.h>
^
compilation terminated.
--------------------------------------------------
Failed program was:
--------------------------------------------------
#include <libavformat/avformat.h>
int main (void) { av_frame_free(0); return 0; }
--------------------------------------------------
checking for FFMS_DestroyVideoSource(0); in ffms.h... no
Failed commandline was:
--------------------------------------------------
gcc conftest.c -m32 -Wall -I. -I$(SRCPATH) -march=i686 -mfpmath=sse -msse -msse2 -std=gnu99 -D_GNU_SOURCE -mpreferred-stack-boundary=5 -lffms2 -m32 -lm -lpthread -o conftest
conftest.c:1:18: fatal error: ffms.h: No such file or directory
#include <ffms.h>
^
compilation terminated.
--------------------------------------------------
Failed program was:
--------------------------------------------------
#include <ffms.h>
int main (void) { FFMS_DestroyVideoSource(0); return 0; }
--------------------------------------------------
checking for FFMS_DestroyVideoSource(0); in ffms.h... no
Failed commandline was:
--------------------------------------------------
gcc conftest.c -m32 -Wall -I. -I$(SRCPATH) -march=i686 -mfpmath=sse -msse -msse2 -std=gnu99 -D_GNU_SOURCE -mpreferred-stack-boundary=5 -lffms2 -lstdc++ -L. -lavformat -lm -lpthread -m32 -lm -lpthread -o conftest
conftest.c:1:18: fatal error: ffms.h: No such file or directory
#include <ffms.h>
^
compilation terminated.
--------------------------------------------------
Failed program was:
--------------------------------------------------
#include <ffms.h>
int main (void) { FFMS_DestroyVideoSource(0); return 0; }
--------------------------------------------------
checking for lsmash.h... no
Failed commandline was:
--------------------------------------------------
gcc conftest.c -m32 -Wall -I. -I$(SRCPATH) -march=i686 -mfpmath=sse -msse -msse2 -std=gnu99 -D_GNU_SOURCE -mpreferred-stack-boundary=5 -llsmash -m32 -lm -lpthread -o conftest
conftest.c:1:20: fatal error: lsmash.h: No such file or directory
#include <lsmash.h>
^
compilation terminated.
--------------------------------------------------
Failed program was:
--------------------------------------------------
#include <lsmash.h>
int main (void) { return 0; }
--------------------------------------------------
checking for -lz... no
Failed commandline was:
--------------------------------------------------
gcc conftest.c -m32 -Wall -I. -I$(SRCPATH) -march=i686 -mfpmath=sse -msse -msse2 -std=gnu99 -D_GNU_SOURCE -mpreferred-stack-boundary=5 -lz -m32 -lm -lpthread -o conftest
/usr/bin/ld: cannot find -lz
collect2: error: ld returned 1 exit status
--------------------------------------------------
Failed program was:
--------------------------------------------------
int main (void) { return 0; }
--------------------------------------------------
checking for gpac/isomedia.h... no
Failed commandline was:
--------------------------------------------------
gcc conftest.c -m32 -Wall -I. -I$(SRCPATH) -march=i686 -mfpmath=sse -msse -msse2 -std=gnu99 -D_GNU_SOURCE -mpreferred-stack-boundary=5 -lgpac_static -m32 -lm -lpthread -o conftest
conftest.c:1:27: fatal error: gpac/isomedia.h: No such file or directory
#include <gpac/isomedia.h>
^
compilation terminated.
--------------------------------------------------
Failed program was:
--------------------------------------------------
#include <gpac/isomedia.h>
int main (void) { return 0; }
--------------------------------------------------
checking for uint32_t test_vec __attribute__ ((vector_size (16))) = {0,1,2,3}; in stdint.h... yes
checking for -fno-tree-vectorize... yes
checking for fseeko(stdin,0,0); in stdio.h... yes
checking for -Wshadow... yes
checking for -Wmaybe-uninitialized... yes
platform: X86
byte order: little-endian
system: LINUX
cli: yes
libx264: internal
shared: no
static: yes
asm: yes
interlaced: yes
avs: avxsynth
lavf: no
ffms: no
mp4: no
gpl: yes
thread: posix
opencl: yes
filters: crop select_every
lto: no
debug: no
gprof: no
strip: no
PIC: no
bit depth: 8
chroma format: all
_______________________________________________
ffmpeg-user mailing list
[email protected]
http://ffmpeg.org/mailman/listinfo/ffmpeg-user
To unsubscribe, visit link above, or email
[email protected] with subject "unsubscribe".