Opened 20 years ago

Closed 20 years ago

#845 closed defect (fixed)

gcc-3.4.1-20040517 pass1 libiconv

Reported by: bliscat.sirtakys@… Owned by: lfs-book@…
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

Change History (1)

comment:1 by bliscat.sirtakys@…, 20 years ago

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.