Custom Query (4823 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (172 - 174 of 4823)

Ticket Owner Reporter Resolution Summary
#2892 lfs-book@… Julio invalid Glib-2.13
Description

Error during compilation (make) process. it says cannot find -lgcc_eh and stop the process. I have include the error config.log and the text screen info displayed at the moment of the compilation stop.

#2929 lfs-book@… Dan invalid Trouble make installing gcc with 6.8
Description

Hello. Up to this point everything appears to be correct. when I type make install I get

/usr/bin/install -c -m 644 libgcc.a /tools/lib/gcc/i686-lfs-linux-gnu/4.5.2/ /usr/bin/install: cannot stat `libgcc.a': No such file or directory make[2]: * [install-leaf] Error 1 make[2]: Leaving directory `/mnt/lfs/sources/gcc-build/i686-lfs-linux-gnu/libgcc' make[1]: * [install-target-libgcc] Error 2 make[1]: Leaving directory `/mnt/lfs/sources/gcc-build' make: * [install] Error 2

I realized after reading the next step that it was implying that I should create the symbolic link first. So I did:

ln -vs libgcc.a `$LFS_TGT-gcc -print-libgcc-file-name | \

sed 's/libgcc/&_eh/'`

It created the file $LFS/source/gcc-build/libgcc_eh.a

when I run make install again I get the same error.

I realized that perhaps this file is supposed to be in the $LFS/source/gcc-4.5.2/ directory rather than the build directory so I entered that directory and ran the the symbolic link script again. Same problem. Any suggestions?

#2931 lfs-book@… kouros invalid gcc
Description

gcc-4.6.1 compilation fails (Ubuntu 11.04) I think it is a problem with the linker (not sure) and 'config.log' only says: configure error 77

Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.