[Bug c/60425] -fopenmp fails when gcc is compiled to /usr/local

2014-03-05 Thread j-frankish at slb dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60425 --- Comment #2 from j-frankish at slb dot com --- Ah - I see the problem now. I'm using gcc packaged into a squashfs package, loop mounted at /tmp/tcloop/gcc and symlinked to the root file system. The gcc libs are packaged separately and mo

[Bug c/60425] New: -fopenmp fails when gcc is compiled to /usr/local

2014-03-05 Thread j-frankish at slb dot com
: c Assignee: unassigned at gcc dot gnu.org Reporter: j-frankish at slb dot com Using gcc-4.7.2 compiled to /usr/local. The following fails: echo "int main(){}" > hello.c gcc hello.c -fopenmp ..with a message that libgomp.spec cannot be found editing the

[Bug lto/54911] lto-wrapper fails when compiling gcc with -flto -fuse-linker-plugin

2012-10-16 Thread j-frankish at slb dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54911 --- Comment #6 from j-frankish at slb dot com 2012-10-16 17:11:38 UTC --- This works - thanks CFLAGS="-march=i486 -mtune=i686 -Os -pipe" CXXFLAGS="-march=i486 -mtune=i686 -Os -pipe" CC="gcc -msse2 -flto -f

[Bug lto/54911] lto-wrapper fails when compiling gcc with -flto -fuse-linker-plugin

2012-10-15 Thread j-frankish at slb dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54911 --- Comment #4 from j-frankish at slb dot com 2012-10-15 15:21:47 UTC --- Using: CFLAGS="-march=i486 -mtune=i686 -Os -pipe" CXXFLAGS="-march=i486 -mtune=i686 -Os -pipe" ../gcc-4.7.2/configure --prefix=/usr --libexecdi

[Bug lto/54911] lto-wrapper fails when compiling gcc with -flto -fuse-linker-plugin

2012-10-15 Thread j-frankish at slb dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54911 --- Comment #3 from j-frankish at slb dot com 2012-10-15 15:20:46 UTC --- Using: CFLAGS="-march=i486 -mtune=i686 -Os -pipe" CXXFLAGS="-march=i486 -mtune=i686 -Os -pipe" ../gcc-4.7.2/configure --prefix=/usr --libexecdi

[Bug lto/54911] lto-wrapper fails when compiling gcc with -flto -fuse-linker-plugin

2012-10-15 Thread j-frankish at slb dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54911 --- Comment #2 from j-frankish at slb dot com 2012-10-15 15:19:36 UTC --- Using: CFLAGS="-march=i486 -mtune=i686 -Os -pipe" CXXFLAGS="-march=i486 -mtune=i686 -Os -pipe" ../gcc-4.7.2/configure --prefix=/usr --libexecdi

[Bug lto/54911] New: lto-wrapper fails when compiling gcc with -flto -fuse-linker-plugin

2012-10-12 Thread j-frankish at slb dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54911 Bug #: 54911 Summary: lto-wrapper fails when compiling gcc with -flto -fuse-linker-plugin Classification: Unclassified Product: gcc Version: 4.7.2 Status: U

[Bug libstdc++/40729] Build fails in libstdc++-v3

2009-07-12 Thread j-frankish at slb dot com
--- Comment #1 from j-frankish at slb dot com 2009-07-13 04:18 --- Created an attachment (id=18182) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=18182&action=view) config.log for gcc-build/powerpc64-unknown-linux-gnu/libstdc++-v3 -- http://gcc.gnu.org/bugzilla/show_

[Bug libstdc++/40729] New: Build fails in libstdc++-v3

2009-07-12 Thread j-frankish at slb dot com
gure:14638: error: unable to detect exception model -- Summary: Build fails in libstdc++-v3 Product: gcc Version: 4.4.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: libstdc++ AssignedTo: unassigned at gcc do