Opened 20 years ago
Closed 20 years ago
#845 closed defect (fixed)
gcc-3.4.1-20040517 pass1 libiconv
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | lowest | Milestone: | |
Component: | Book | Version: | CVS |
Severity: | major | Keywords: | |
Cc: |
Description
20040531 LFS-unstable gcc-3.4.1-20040517 pass1 if you have this error
/tools/i686-pc-linux-gnu/bin/ld: cannot find -liconv
http://ftp.gnu.org/pub/gnu/libiconv/libiconv-1.9.1.tar.gz
then rebuild libiconv with
./configure --prefix=/usr --enable-static
make LDFLAGS="-all-static"
make LDFLAGS="-all-static" install make clean ./configure --prefix=/usr --enable-shared make make install ldconfig
and reload the
make BOOT_LDFLAGS="-static" bootstrap
have fun, BlX
Note:
See TracTickets
for help on using tickets.