bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug gold/12952] Cannot compile ffmpeg with gold on FreeBSD 8 64bit


From: ian at airs dot com
Subject: [Bug gold/12952] Cannot compile ffmpeg with gold on FreeBSD 8 64bit
Date: Tue, 5 Jul 2011 21:07:17 +0000

http://sourceware.org/bugzilla/show_bug.cgi?id=12952

--- Comment #17 from Ian Lance Taylor <ian at airs dot com> 2011-07-05 21:07:15 
UTC ---
Thanks for sending the directory, but it still doesn't help.  There are many
missing libraries:


/home/iant/binutils/gold-dir/ld: error: cannot find -lxvidcore
/home/iant/binutils/gold-dir/ld: error: cannot find -lx264
/home/iant/binutils/gold-dir/ld: error: cannot find -lvpx
/home/iant/binutils/gold-dir/ld: error: cannot find -lvpx
/home/iant/binutils/gold-dir/ld: error: cannot find -lvorbisenc
/home/iant/binutils/gold-dir/ld: error: cannot find -lvorbis
/home/iant/binutils/gold-dir/ld: error: cannot find -logg
/home/iant/binutils/gold-dir/ld: error: cannot find -lvo-amrwbenc
/home/iant/binutils/gold-dir/ld: error: cannot find -lvo-aacenc
/home/iant/binutils/gold-dir/ld: error: cannot find -ltheoraenc
/home/iant/binutils/gold-dir/ld: error: cannot find -ltheoradec
/home/iant/binutils/gold-dir/ld: error: cannot find -logg
/home/iant/binutils/gold-dir/ld: error: cannot find -lschroedinger-1.0
/home/iant/binutils/gold-dir/ld: error: cannot find -lopencv_core
/home/iant/binutils/gold-dir/ld: error: cannot find -lopencv_imgproc
/home/iant/binutils/gold-dir/ld: error: cannot find -lopencv_video
/home/iant/binutils/gold-dir/ld: error: cannot find -lopencv_flann
/home/iant/binutils/gold-dir/ld: error: cannot find -lopencore-amrwb
/home/iant/binutils/gold-dir/ld: error: cannot find -lopencore-amrnb
/home/iant/binutils/gold-dir/ld: error: cannot find -lmp3lame
/home/iant/binutils/gold-dir/ld: error: cannot find -lgsm
/home/iant/binutils/gold-dir/ld: error: cannot find -lfaac
/home/iant/binutils/gold-dir/ld: error: cannot find -lbz2

These libraries are not part of ffmpeg, but they are presumably found on your
system.

I know you are doing your best, but you are sending me lots and lots of files
that I do not need, and you are not sending me the files that I do need.

If you run the gcc command with the option -Wl,-debug --save-temps, it will
show the exact command line being used for the linker.  If you run that exact
linker command line with the -t option, it will show you the exact set of files
which the linker opens.  I need all those files, and no others.  That will
include files which are in directories like /lib, etc.; I need those files too.

I also want to confirm again that you are using the current development sources
of gold, as the patch I committed 2011-07-01 fixes a bug which would show
exactly this symptom for this kind of input.

Thanks.

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]