This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug build/14089] Error while installing glibc to another drive (e.g.: not in /)


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

--- Comment #2 from Alfredo Mungo <chimeranet89 at gmail dot com> 2012-05-10 16:21:56 UTC ---
I configured the build using the following command:
../glibc-2.15/configure --prefix=$prefix --oldincludedir=$prefix/usr/include
--sharedstatedir=$prefix/usr/com --includedir=$prefix/usr/include
--datarootdir=$prefix/usr/share --enable-shared --enable-omitfp
--enable-add-ons --with-elf CFLAGS="-O -U_FORTIFY_SOURCE"

with $prefix being the path to the installation root directory.

Then, according to the specification you linked, I guess it's my fault, as I
should have configured glibc using relative paths and installed it by
prepending DESTDIR=$prefix to the install target.

-- 
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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]