[gstreamer-bugs] [Bug 146145] - problem with compilation on X64

bugzilla-daemon at bugzilla.gnome.org bugzilla-daemon at bugzilla.gnome.org
Tue Oct 26 17:58:26 PDT 2004


http://bugzilla.gnome.org/show_bug.cgi?id=146145
GStreamer | don't know | Ver: 0.8.0





------- Additional Comments From jerone at gmail.com  2004-10-26 20:58 -------
your doing it wrong:

1. ./configure --prefix=/usr --libdir=/usr/lib64
2. make
3. make install

Your configure line can not just be ./configure when making any autoconf source.
You have to add --prefix=/usr so it will not go to /usr/local...and
--libdir=/usr/lib64 so that it will look for libraries in the correct place

------- You are receiving this mail because: -------
You are the assignee for the bug.
You are the QA contact for the bug.




More information about the Gstreamer-bugs mailing list