public inbox for gentoo-alt@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-alt][PREFIX][solaris] collect2: ld terminated with signal 11 [Segmentation Fault], core dumped
@ 2007-06-21 10:45 Fabrizio Listello
  2007-06-21 11:05 ` Elias Pipping
  0 siblings, 1 reply; 10+ messages in thread
From: Fabrizio Listello @ 2007-06-21 10:45 UTC (permalink / raw
  To: gentoo-alt

I'm unable to compile some packages because of this error:

i386-pc-solaris2.11-g++ -shared -nostdlib /usr/lib/crti.o
/usr/lib/values-Xa.o
/opt/gentoo/usr/lib/gcc/i386-pc-solaris2.11/4.2.0/crtbegin.o
.libs/pcrecpp.o .libs/pcre_scanner.o .libs/pcre_stringpiece.o
-Wl,--rpath -Wl,/opt/gentoo/var/tmp/portage/dev-libs/libpcre-7.1/work/pcre-7.1/.libs
-Wl,--rpath -Wl,/opt/gentoo/usr/lib ./.libs/libpcre.so
-L/opt/gentoo/usr/lib/gcc/i386-pc-solaris2.11/4.2.0
-L/opt/gentoo/usr/lib/gcc/i386-pc-solaris2.11/4.2.0/../../../../i386-pc-solaris2.11/lib
-L/opt/gentoo/usr/lib/gcc/i386-pc-solaris2.11/4.2.0/../../.. -lstdc++
-lm -lgcc_s /opt/gentoo/usr/lib/gcc/i386-pc-solaris2.11/4.2.0/crtend.o
/usr/lib/crtn.o  -Wl,-soname -Wl,libpcrecpp.so.0 -o
.libs/libpcrecpp.so.0.0.0
"collect2: ld terminated with signal 11 [Segmentation Fault], core dumped"

Now this is strange because I've the error compiling libpcre-7.1 but
libpcre-7.0 was compiled fine.
I've the same error with some other packages.



-- 

FList
-- 
gentoo-alt@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [gentoo-alt][PREFIX][solaris] collect2: ld terminated with signal 11 [Segmentation Fault], core dumped
  2007-06-21 10:45 [gentoo-alt][PREFIX][solaris] collect2: ld terminated with signal 11 [Segmentation Fault], core dumped Fabrizio Listello
@ 2007-06-21 11:05 ` Elias Pipping
  2007-06-21 12:15   ` Fabrizio Listello
  0 siblings, 1 reply; 10+ messages in thread
From: Elias Pipping @ 2007-06-21 11:05 UTC (permalink / raw
  To: gentoo-alt

Hi,

Does compiling libpcre 7.2 instead work? It's not yet in
the tree because it's only been out a day or two.

There's a ticket[1] for it, though, and I've uploaded[2]
an ebuild (prefixed) for it, too.

[1] http://bugs.gentoo.org/show_bug.cgi?id=182654
[2] http://page.mi.fu-berlin.de/~pipping/gentoo/dev-libs/libpcre/ 
libpcre-7.2.ebuild


Kind regards,

Elias Pipping


On Jun 21, 2007, at 12:45 PM, Fabrizio Listello wrote:

> I'm unable to compile some packages because of this error:
>
> i386-pc-solaris2.11-g++ -shared -nostdlib /usr/lib/crti.o
> /usr/lib/values-Xa.o
> /opt/gentoo/usr/lib/gcc/i386-pc-solaris2.11/4.2.0/crtbegin.o
> .libs/pcrecpp.o .libs/pcre_scanner.o .libs/pcre_stringpiece.o
> -Wl,--rpath -Wl,/opt/gentoo/var/tmp/portage/dev-libs/libpcre-7.1/ 
> work/pcre-7.1/.libs
> -Wl,--rpath -Wl,/opt/gentoo/usr/lib ./.libs/libpcre.so
> -L/opt/gentoo/usr/lib/gcc/i386-pc-solaris2.11/4.2.0
> -L/opt/gentoo/usr/lib/gcc/i386-pc-solaris2.11/4.2.0/../../../../ 
> i386-pc-solaris2.11/lib
> -L/opt/gentoo/usr/lib/gcc/i386-pc-solaris2.11/4.2.0/../../.. -lstdc++
> -lm -lgcc_s /opt/gentoo/usr/lib/gcc/i386-pc-solaris2.11/4.2.0/crtend.o
> /usr/lib/crtn.o  -Wl,-soname -Wl,libpcrecpp.so.0 -o
> .libs/libpcrecpp.so.0.0.0
> "collect2: ld terminated with signal 11 [Segmentation Fault], core  
> dumped"
>
> Now this is strange because I've the error compiling libpcre-7.1 but
> libpcre-7.0 was compiled fine.
> I've the same error with some other packages.
>
>
>
> -- 
>
> FList
> -- 
> gentoo-alt@gentoo.org mailing list
>

-- 
gentoo-alt@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [gentoo-alt][PREFIX][solaris] collect2: ld terminated with signal 11 [Segmentation Fault], core dumped
  2007-06-21 11:05 ` Elias Pipping
@ 2007-06-21 12:15   ` Fabrizio Listello
  2007-06-21 14:04     ` Fabian Groffen
  0 siblings, 1 reply; 10+ messages in thread
From: Fabrizio Listello @ 2007-06-21 12:15 UTC (permalink / raw
  To: gentoo-alt

I can try but I don't think the problem is libpcre related. I've the
same issue compiling poppler and some other packages

On 6/21/07, Elias Pipping <pipping@math.fu-berlin.de> wrote:
> Hi,
>
> Does compiling libpcre 7.2 instead work? It's not yet in
> the tree because it's only been out a day or two.
>
> There's a ticket[1] for it, though, and I've uploaded[2]
> an ebuild (prefixed) for it, too.
>
> [1] http://bugs.gentoo.org/show_bug.cgi?id=182654
> [2] http://page.mi.fu-berlin.de/~pipping/gentoo/dev-libs/libpcre/
> libpcre-7.2.ebuild
>
>
> Kind regards,
>
> Elias Pipping
>
>
> On Jun 21, 2007, at 12:45 PM, Fabrizio Listello wrote:
>
> > I'm unable to compile some packages because of this error:
> >
> > i386-pc-solaris2.11-g++ -shared -nostdlib /usr/lib/crti.o
> > /usr/lib/values-Xa.o
> > /opt/gentoo/usr/lib/gcc/i386-pc-solaris2.11/4.2.0/crtbegin.o
> > .libs/pcrecpp.o .libs/pcre_scanner.o .libs/pcre_stringpiece.o
> > -Wl,--rpath -Wl,/opt/gentoo/var/tmp/portage/dev-libs/libpcre-7.1/
> > work/pcre-7.1/.libs
> > -Wl,--rpath -Wl,/opt/gentoo/usr/lib ./.libs/libpcre.so
> > -L/opt/gentoo/usr/lib/gcc/i386-pc-solaris2.11/4.2.0
> > -L/opt/gentoo/usr/lib/gcc/i386-pc-solaris2.11/4.2.0/../../../../
> > i386-pc-solaris2.11/lib
> > -L/opt/gentoo/usr/lib/gcc/i386-pc-solaris2.11/4.2.0/../../.. -lstdc++
> > -lm -lgcc_s /opt/gentoo/usr/lib/gcc/i386-pc-solaris2.11/4.2.0/crtend.o
> > /usr/lib/crtn.o  -Wl,-soname -Wl,libpcrecpp.so.0 -o
> > .libs/libpcrecpp.so.0.0.0
> > "collect2: ld terminated with signal 11 [Segmentation Fault], core
> > dumped"
> >
> > Now this is strange because I've the error compiling libpcre-7.1 but
> > libpcre-7.0 was compiled fine.
> > I've the same error with some other packages.
> >
> >
> >
> > --
> >
> > FList
> > --
> > gentoo-alt@gentoo.org mailing list
> >
>
> --
> gentoo-alt@gentoo.org mailing list
>
>


-- 

FList
-- 
gentoo-alt@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [gentoo-alt][PREFIX][solaris] collect2: ld terminated with signal 11 [Segmentation Fault], core dumped
  2007-06-21 12:15   ` Fabrizio Listello
@ 2007-06-21 14:04     ` Fabian Groffen
  2007-06-21 14:14       ` Fabrizio Listello
  0 siblings, 1 reply; 10+ messages in thread
From: Fabian Groffen @ 2007-06-21 14:04 UTC (permalink / raw
  To: gentoo-alt

On 21-06-2007 14:15:54 +0200, Fabrizio Listello wrote:
> I can try but I don't think the problem is libpcre related. I've the
> same issue compiling poppler and some other packages

what compiler/linker do you use.


-- 
Fabian Groffen
Gentoo on a different level

-- 
gentoo-alt@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [gentoo-alt][PREFIX][solaris] collect2: ld terminated with signal 11 [Segmentation Fault], core dumped
  2007-06-21 14:04     ` Fabian Groffen
@ 2007-06-21 14:14       ` Fabrizio Listello
  2007-06-21 14:19         ` Fabian Groffen
  2007-06-21 14:59         ` [gentoo-alt][PREFIX][solaris] collect2: ld terminated withsignal " Michael Haubenwallner
  0 siblings, 2 replies; 10+ messages in thread
From: Fabrizio Listello @ 2007-06-21 14:14 UTC (permalink / raw
  To: gentoo-alt

The right ones ...:)
Using built-in specs.
Target: i386-pc-solaris2.11
Configured with:
/opt/gentoo/var/tmp/portage/sys-devel/gcc-4.2.0/work/gcc-4.2.0/configure
--prefix=/opt/gentoo/usr
--bindir=/opt/gentoo/usr/i386-pc-solaris2.11/gcc-bin/4.2.0
--includedir=/opt/gentoo/usr/lib/gcc/i386-pc-solaris2.11/4.2.0/include
--datadir=/opt/gentoo/usr/share/gcc-data/i386-pc-solaris2.11/4.2.0
--mandir=/opt/gentoo/usr/share/gcc-data/i386-pc-solaris2.11/4.2.0/man
--infodir=/opt/gentoo/usr/share/gcc-data/i386-pc-solaris2.11/4.2.0/info
--with-gxx-include-dir=/opt/gentoo/usr/lib/gcc/i386-pc-solaris2.11/4.2.0/include/g++-v4
--host=i386-pc-solaris2.11 --build=i386-pc-solaris2.11
--disable-altivec --enable-nls --without-included-gettext
--with-system-zlib --disable-checking --disable-werror
--enable-secureplt --disable-libunwind-exceptions --disable-multilib
--disable-libmudflap --disable-libssp --disable-libgcj
--enable-languages=c,c++,fortran --enable-shared
--enable-threads=posix --with-local-prefix=/opt/gentoo/usr
--with-gnu-ld
Thread model: posix
gcc version 4.2.0 (Gentoo 4.2.0)

GNU ld (Linux/GNU Binutils) 2.17.50.0.16.20070511

Googling around it seems that this is a common problem when using
gnu-ld on solaris...


On 6/21/07, Fabian Groffen <grobian@gentoo.org> wrote:
> On 21-06-2007 14:15:54 +0200, Fabrizio Listello wrote:
> > I can try but I don't think the problem is libpcre related. I've the
> > same issue compiling poppler and some other packages
>
> what compiler/linker do you use.
>
>
> --
> Fabian Groffen
> Gentoo on a different level
>
> --
> gentoo-alt@gentoo.org mailing list
>
>


-- 

FList
-- 
gentoo-alt@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [gentoo-alt][PREFIX][solaris] collect2: ld terminated with signal 11 [Segmentation Fault], core dumped
  2007-06-21 14:14       ` Fabrizio Listello
@ 2007-06-21 14:19         ` Fabian Groffen
  2007-06-21 14:59         ` [gentoo-alt][PREFIX][solaris] collect2: ld terminated withsignal " Michael Haubenwallner
  1 sibling, 0 replies; 10+ messages in thread
From: Fabian Groffen @ 2007-06-21 14:19 UTC (permalink / raw
  To: gentoo-alt

On 21-06-2007 16:14:38 +0200, Fabrizio Listello wrote:
> The right ones ...:)
> Using built-in specs.
> Target: i386-pc-solaris2.11
> Configured with:
> /opt/gentoo/var/tmp/portage/sys-devel/gcc-4.2.0/work/gcc-4.2.0/configure
> --prefix=/opt/gentoo/usr
> --bindir=/opt/gentoo/usr/i386-pc-solaris2.11/gcc-bin/4.2.0
> --includedir=/opt/gentoo/usr/lib/gcc/i386-pc-solaris2.11/4.2.0/include
> --datadir=/opt/gentoo/usr/share/gcc-data/i386-pc-solaris2.11/4.2.0
> --mandir=/opt/gentoo/usr/share/gcc-data/i386-pc-solaris2.11/4.2.0/man
> --infodir=/opt/gentoo/usr/share/gcc-data/i386-pc-solaris2.11/4.2.0/info
> --with-gxx-include-dir=/opt/gentoo/usr/lib/gcc/i386-pc-solaris2.11/4.2.0/include/g++-v4
> --host=i386-pc-solaris2.11 --build=i386-pc-solaris2.11
> --disable-altivec --enable-nls --without-included-gettext
> --with-system-zlib --disable-checking --disable-werror
> --enable-secureplt --disable-libunwind-exceptions --disable-multilib
> --disable-libmudflap --disable-libssp --disable-libgcj
> --enable-languages=c,c++,fortran --enable-shared
> --enable-threads=posix --with-local-prefix=/opt/gentoo/usr
> --with-gnu-ld
> Thread model: posix
> gcc version 4.2.0 (Gentoo 4.2.0)
>
> GNU ld (Linux/GNU Binutils) 2.17.50.0.16.20070511
>
> Googling around it seems that this is a common problem when using
> gnu-ld on solaris...

Perhaps, but since Solaris is my upgrade machine, I should have noticed
it if it happened to me too.  I only use SunOS5.10, and that seems to
make a difference.  Using GCC 4.2.0 too.

-- 
Fabian Groffen
Gentoo on a different level

-- 
gentoo-alt@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [gentoo-alt][PREFIX][solaris] collect2: ld terminated withsignal 11 [Segmentation Fault], core dumped
  2007-06-21 14:14       ` Fabrizio Listello
  2007-06-21 14:19         ` Fabian Groffen
@ 2007-06-21 14:59         ` Michael Haubenwallner
  2007-06-21 16:07           ` Fabrizio Listello
  1 sibling, 1 reply; 10+ messages in thread
From: Michael Haubenwallner @ 2007-06-21 14:59 UTC (permalink / raw
  To: gentoo-alt

On Thu, 2007-06-21 at 16:14 +0200, Fabrizio Listello wrote:
> The right ones ...:)
> Using built-in specs.
> Target: i386-pc-solaris2.11
> Configured with:
> /opt/gentoo/var/tmp/portage/sys-devel/gcc-4.2.0/work/gcc-4.2.0/configure
> --prefix=/opt/gentoo/usr
> --bindir=/opt/gentoo/usr/i386-pc-solaris2.11/gcc-bin/4.2.0
> --includedir=/opt/gentoo/usr/lib/gcc/i386-pc-solaris2.11/4.2.0/include
> --datadir=/opt/gentoo/usr/share/gcc-data/i386-pc-solaris2.11/4.2.0
> --mandir=/opt/gentoo/usr/share/gcc-data/i386-pc-solaris2.11/4.2.0/man
> --infodir=/opt/gentoo/usr/share/gcc-data/i386-pc-solaris2.11/4.2.0/info
> --with-gxx-include-dir=/opt/gentoo/usr/lib/gcc/i386-pc-solaris2.11/4.2.0/include/g++-v4
> --host=i386-pc-solaris2.11 --build=i386-pc-solaris2.11
> --disable-altivec --enable-nls --without-included-gettext
> --with-system-zlib --disable-checking --disable-werror
> --enable-secureplt --disable-libunwind-exceptions --disable-multilib
> --disable-libmudflap --disable-libssp --disable-libgcj
> --enable-languages=c,c++,fortran --enable-shared
> --enable-threads=posix --with-local-prefix=/opt/gentoo/usr
> --with-gnu-ld
> Thread model: posix
> gcc version 4.2.0 (Gentoo 4.2.0)

What do you get with
$ gcc -print-prog-name=ld

Because "--with-gnu-ld" does not select a specific ld, just indicates
that the ld being found/used is treated as GNU ld.

/haubi/


-- 
20. Juni 2007 
Salomon Automation am 2. Schweizerischen Supply Chain Management Forum der GS1 Schweiz in Baden. Tagungsort: Trafohalle Baden, Schweiz

20. Juni 2007
MoveRetail-Handelstag, Hamburg
Die MoveRetail Partner, Salomon Automation, maxess systemhaus, Superdata, Remira, POS Systemhaus und Mosaic veranstalten den 1. MoveRetail-Handelstag.
Tagungsort: Steigenberger Hotel, Hamburg

28. Juni 2007
6. BVL Logistiktag Steiermark in der WAMAS City, Friesach bei Graz
"Trends in der Logistik ": hoch automatisierte Systeme, mobile Waren- und Leergutverfolgung im Lebensmittelhandel und Generalunternehmerschaft versus Einzelprojekte.
 
Termin: 28. Juni 2007, ab 15.00 Uhr
Ort: Salomon Automation, Friesachstraße 15, 8114 Friesach bei Graz, Österreich
 

Salomon Automation GmbH - Friesachstrasse 15 - A-8114 Friesach bei Graz
Sitz der Gesellschaft: Friesach bei Graz
UID-NR:ATU28654300 - Firmenbuchnummer: 49324 K
Firmenbuchgericht: Landesgericht für Zivilrechtssachen Graz


--
gentoo-alt@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [gentoo-alt][PREFIX][solaris] collect2: ld terminated withsignal 11 [Segmentation Fault], core dumped
  2007-06-21 14:59         ` [gentoo-alt][PREFIX][solaris] collect2: ld terminated withsignal " Michael Haubenwallner
@ 2007-06-21 16:07           ` Fabrizio Listello
  2007-07-16 18:28             ` Fabian Groffen
  0 siblings, 1 reply; 10+ messages in thread
From: Fabrizio Listello @ 2007-06-21 16:07 UTC (permalink / raw
  To: gentoo-alt

On 6/21/07, Michael Haubenwallner <michael.haubenwallner@salomon.at> wrote:
> On Thu, 2007-06-21 at 16:14 +0200, Fabrizio Listello wrote:
> > The right ones ...:)
> > Using built-in specs.
> > Target: i386-pc-solaris2.11
> > Configured with:
> > /opt/gentoo/var/tmp/portage/sys-devel/gcc-4.2.0/work/gcc-4.2.0/configure
> > --prefix=/opt/gentoo/usr
> > --bindir=/opt/gentoo/usr/i386-pc-solaris2.11/gcc-bin/4.2.0
> > --includedir=/opt/gentoo/usr/lib/gcc/i386-pc-solaris2.11/4.2.0/include
> > --datadir=/opt/gentoo/usr/share/gcc-data/i386-pc-solaris2.11/4.2.0
> > --mandir=/opt/gentoo/usr/share/gcc-data/i386-pc-solaris2.11/4.2.0/man
> > --infodir=/opt/gentoo/usr/share/gcc-data/i386-pc-solaris2.11/4.2.0/info
> > --with-gxx-include-dir=/opt/gentoo/usr/lib/gcc/i386-pc-solaris2.11/4.2.0/include/g++-v4
> > --host=i386-pc-solaris2.11 --build=i386-pc-solaris2.11
> > --disable-altivec --enable-nls --without-included-gettext
> > --with-system-zlib --disable-checking --disable-werror
> > --enable-secureplt --disable-libunwind-exceptions --disable-multilib
> > --disable-libmudflap --disable-libssp --disable-libgcj
> > --enable-languages=c,c++,fortran --enable-shared
> > --enable-threads=posix --with-local-prefix=/opt/gentoo/usr
> > --with-gnu-ld
> > Thread model: posix
> > gcc version 4.2.0 (Gentoo 4.2.0)
>
> What do you get with
> $ gcc -print-prog-name=ld

gentoo-alt@guges-d ~ $ gcc -print-prog-name=ld
/opt/gentoo/usr/lib/gcc/i386-pc-solaris2.11/4.2.0/../../../../i386-pc-solaris2.11/bin/ld
gentoo-alt@guges-d ~ $ realpath
/opt/gentoo/usr/lib/gcc/i386-pc-solaris2.11/4.2.0/../../../../i386-pc-solaris2.11/bin/ld
/opt/gentoo/usr/i386-pc-solaris2.11/bin/ld
gentoo-alt@guges-d ~ $ /opt/gentoo/usr/i386-pc-solaris2.11/bin/ld -V
GNU ld (Linux/GNU Binutils) 2.17.50.0.16.20070511
  Supported emulations:
   elf_i386_ldso
   elf_i386
   elf_x86_64

...damn...

>
> Because "--with-gnu-ld" does not select a specific ld, just indicates
> that the ld being found/used is treated as GNU ld.
>
> /haubi/
>
>
> --
> 20. Juni 2007
> Salomon Automation am 2. Schweizerischen Supply Chain Management Forum der GS1 Schweiz in Baden. Tagungsort: Trafohalle Baden, Schweiz
>
> 20. Juni 2007
> MoveRetail-Handelstag, Hamburg
> Die MoveRetail Partner, Salomon Automation, maxess systemhaus, Superdata, Remira, POS Systemhaus und Mosaic veranstalten den 1. MoveRetail-Handelstag.
> Tagungsort: Steigenberger Hotel, Hamburg
>
> 28. Juni 2007
> 6. BVL Logistiktag Steiermark in der WAMAS City, Friesach bei Graz
> "Trends in der Logistik ": hoch automatisierte Systeme, mobile Waren- und Leergutverfolgung im Lebensmittelhandel und Generalunternehmerschaft versus Einzelprojekte.
>
> Termin: 28. Juni 2007, ab 15.00 Uhr
> Ort: Salomon Automation, Friesachstraße 15, 8114 Friesach bei Graz, Österreich
>
>
> Salomon Automation GmbH - Friesachstrasse 15 - A-8114 Friesach bei Graz
> Sitz der Gesellschaft: Friesach bei Graz
> UID-NR:ATU28654300 - Firmenbuchnummer: 49324 K
> Firmenbuchgericht: Landesgericht für Zivilrechtssachen Graz
>
>
> --
> gentoo-alt@gentoo.org mailing list
>
>


-- 

FList
--
gentoo-alt@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [gentoo-alt][PREFIX][solaris] collect2: ld terminated withsignal 11 [Segmentation Fault], core dumped
  2007-06-21 16:07           ` Fabrizio Listello
@ 2007-07-16 18:28             ` Fabian Groffen
  2007-07-27 15:45               ` Fabrizio Listello
  0 siblings, 1 reply; 10+ messages in thread
From: Fabian Groffen @ 2007-07-16 18:28 UTC (permalink / raw
  To: gentoo-alt

Did you try with GNU ld (Linux/GNU Binutils) 2.17.50.0.17.20070615
yet?

It's just a little bit more recent, but maybe it fixes the issue.


On 21-06-2007 18:07:55 +0200, Fabrizio Listello wrote:
> On 6/21/07, Michael Haubenwallner <michael.haubenwallner@salomon.at> wrote:
>> On Thu, 2007-06-21 at 16:14 +0200, Fabrizio Listello wrote:
>> > The right ones ...:)
>> > Using built-in specs.
>> > Target: i386-pc-solaris2.11
>> > Configured with:
>> > /opt/gentoo/var/tmp/portage/sys-devel/gcc-4.2.0/work/gcc-4.2.0/configure
>> > --prefix=/opt/gentoo/usr
>> > --bindir=/opt/gentoo/usr/i386-pc-solaris2.11/gcc-bin/4.2.0
>> > --includedir=/opt/gentoo/usr/lib/gcc/i386-pc-solaris2.11/4.2.0/include
>> > --datadir=/opt/gentoo/usr/share/gcc-data/i386-pc-solaris2.11/4.2.0
>> > --mandir=/opt/gentoo/usr/share/gcc-data/i386-pc-solaris2.11/4.2.0/man
>> > --infodir=/opt/gentoo/usr/share/gcc-data/i386-pc-solaris2.11/4.2.0/info
>> > 
>> --with-gxx-include-dir=/opt/gentoo/usr/lib/gcc/i386-pc-solaris2.11/4.2.0/include/g++-v4
>> > --host=i386-pc-solaris2.11 --build=i386-pc-solaris2.11
>> > --disable-altivec --enable-nls --without-included-gettext
>> > --with-system-zlib --disable-checking --disable-werror
>> > --enable-secureplt --disable-libunwind-exceptions --disable-multilib
>> > --disable-libmudflap --disable-libssp --disable-libgcj
>> > --enable-languages=c,c++,fortran --enable-shared
>> > --enable-threads=posix --with-local-prefix=/opt/gentoo/usr
>> > --with-gnu-ld
>> > Thread model: posix
>> > gcc version 4.2.0 (Gentoo 4.2.0)
>>
>> What do you get with
>> $ gcc -print-prog-name=ld
>
> gentoo-alt@guges-d ~ $ gcc -print-prog-name=ld
> /opt/gentoo/usr/lib/gcc/i386-pc-solaris2.11/4.2.0/../../../../i386-pc-solaris2.11/bin/ld
> gentoo-alt@guges-d ~ $ realpath
> /opt/gentoo/usr/lib/gcc/i386-pc-solaris2.11/4.2.0/../../../../i386-pc-solaris2.11/bin/ld
> /opt/gentoo/usr/i386-pc-solaris2.11/bin/ld
> gentoo-alt@guges-d ~ $ /opt/gentoo/usr/i386-pc-solaris2.11/bin/ld -V
> GNU ld (Linux/GNU Binutils) 2.17.50.0.16.20070511
>  Supported emulations:
>   elf_i386_ldso
>   elf_i386
>   elf_x86_64
>
> ...damn...
>
>>
>> Because "--with-gnu-ld" does not select a specific ld, just indicates
>> that the ld being found/used is treated as GNU ld.
>>
>> /haubi/
>>
>>
>> --
>> 20. Juni 2007
>> Salomon Automation am 2. Schweizerischen Supply Chain Management Forum der 
>> GS1 Schweiz in Baden. Tagungsort: Trafohalle Baden, Schweiz
>>
>> 20. Juni 2007
>> MoveRetail-Handelstag, Hamburg
>> Die MoveRetail Partner, Salomon Automation, maxess systemhaus, Superdata, 
>> Remira, POS Systemhaus und Mosaic veranstalten den 1. 
>> MoveRetail-Handelstag.
>> Tagungsort: Steigenberger Hotel, Hamburg
>>
>> 28. Juni 2007
>> 6. BVL Logistiktag Steiermark in der WAMAS City, Friesach bei Graz
>> "Trends in der Logistik ": hoch automatisierte Systeme, mobile Waren- und 
>> Leergutverfolgung im Lebensmittelhandel und Generalunternehmerschaft 
>> versus Einzelprojekte.
>>
>> Termin: 28. Juni 2007, ab 15.00 Uhr
>> Ort: Salomon Automation, Friesachstraße 15, 8114 Friesach bei Graz, 
>> Österreich
>>
>>
>> Salomon Automation GmbH - Friesachstrasse 15 - A-8114 Friesach bei Graz
>> Sitz der Gesellschaft: Friesach bei Graz
>> UID-NR:ATU28654300 - Firmenbuchnummer: 49324 K
>> Firmenbuchgericht: Landesgericht für Zivilrechtssachen Graz
>>
>>
>> --
>> gentoo-alt@gentoo.org mailing list
>>
>>
>
>
> -- 
>
> FList
> --
> gentoo-alt@gentoo.org mailing list
>

-- 
Fabian Groffen
Gentoo on a different level

-- 
gentoo-alt@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [gentoo-alt][PREFIX][solaris] collect2: ld terminated withsignal 11 [Segmentation Fault], core dumped
  2007-07-16 18:28             ` Fabian Groffen
@ 2007-07-27 15:45               ` Fabrizio Listello
  0 siblings, 0 replies; 10+ messages in thread
From: Fabrizio Listello @ 2007-07-27 15:45 UTC (permalink / raw
  To: gentoo-alt

Sorry Fabian for the delay (vacation time... you know).
I'm going to try your suggestion.

On 7/16/07, Fabian Groffen <grobian@gentoo.org> wrote:
> Did you try with GNU ld (Linux/GNU Binutils) 2.17.50.0.17.20070615
> yet?
>
> It's just a little bit more recent, but maybe it fixes the issue.
>
>
> On 21-06-2007 18:07:55 +0200, Fabrizio Listello wrote:
> > On 6/21/07, Michael Haubenwallner <michael.haubenwallner@salomon.at> wrote:
> >> On Thu, 2007-06-21 at 16:14 +0200, Fabrizio Listello wrote:
> >> > The right ones ...:)
> >> > Using built-in specs.
> >> > Target: i386-pc-solaris2.11
> >> > Configured with:
> >> > /opt/gentoo/var/tmp/portage/sys-devel/gcc-4.2.0/work/gcc-4.2.0/configure
> >> > --prefix=/opt/gentoo/usr
> >> > --bindir=/opt/gentoo/usr/i386-pc-solaris2.11/gcc-bin/4.2.0
> >> > --includedir=/opt/gentoo/usr/lib/gcc/i386-pc-solaris2.11/4.2.0/include
> >> > --datadir=/opt/gentoo/usr/share/gcc-data/i386-pc-solaris2.11/4.2.0
> >> > --mandir=/opt/gentoo/usr/share/gcc-data/i386-pc-solaris2.11/4.2.0/man
> >> > --infodir=/opt/gentoo/usr/share/gcc-data/i386-pc-solaris2.11/4.2.0/info
> >> >
> >> --with-gxx-include-dir=/opt/gentoo/usr/lib/gcc/i386-pc-solaris2.11/4.2.0/include/g++-v4
> >> > --host=i386-pc-solaris2.11 --build=i386-pc-solaris2.11
> >> > --disable-altivec --enable-nls --without-included-gettext
> >> > --with-system-zlib --disable-checking --disable-werror
> >> > --enable-secureplt --disable-libunwind-exceptions --disable-multilib
> >> > --disable-libmudflap --disable-libssp --disable-libgcj
> >> > --enable-languages=c,c++,fortran --enable-shared
> >> > --enable-threads=posix --with-local-prefix=/opt/gentoo/usr
> >> > --with-gnu-ld
> >> > Thread model: posix
> >> > gcc version 4.2.0 (Gentoo 4.2.0)
> >>
> >> What do you get with
> >> $ gcc -print-prog-name=ld
> >
> > gentoo-alt@guges-d ~ $ gcc -print-prog-name=ld
> > /opt/gentoo/usr/lib/gcc/i386-pc-solaris2.11/4.2.0/../../../../i386-pc-solaris2.11/bin/ld
> > gentoo-alt@guges-d ~ $ realpath
> > /opt/gentoo/usr/lib/gcc/i386-pc-solaris2.11/4.2.0/../../../../i386-pc-solaris2.11/bin/ld
> > /opt/gentoo/usr/i386-pc-solaris2.11/bin/ld
> > gentoo-alt@guges-d ~ $ /opt/gentoo/usr/i386-pc-solaris2.11/bin/ld -V
> > GNU ld (Linux/GNU Binutils) 2.17.50.0.16.20070511
> >  Supported emulations:
> >   elf_i386_ldso
> >   elf_i386
> >   elf_x86_64
> >
> > ...damn...
> >
> >>
> >> Because "--with-gnu-ld" does not select a specific ld, just indicates
> >> that the ld being found/used is treated as GNU ld.
> >>
> >> /haubi/
> >>
> >>
> >> --
> >> 20. Juni 2007
> >> Salomon Automation am 2. Schweizerischen Supply Chain Management Forum der
> >> GS1 Schweiz in Baden. Tagungsort: Trafohalle Baden, Schweiz
> >>
> >> 20. Juni 2007
> >> MoveRetail-Handelstag, Hamburg
> >> Die MoveRetail Partner, Salomon Automation, maxess systemhaus, Superdata,
> >> Remira, POS Systemhaus und Mosaic veranstalten den 1.
> >> MoveRetail-Handelstag.
> >> Tagungsort: Steigenberger Hotel, Hamburg
> >>
> >> 28. Juni 2007
> >> 6. BVL Logistiktag Steiermark in der WAMAS City, Friesach bei Graz
> >> "Trends in der Logistik ": hoch automatisierte Systeme, mobile Waren- und
> >> Leergutverfolgung im Lebensmittelhandel und Generalunternehmerschaft
> >> versus Einzelprojekte.
> >>
> >> Termin: 28. Juni 2007, ab 15.00 Uhr
> >> Ort: Salomon Automation, Friesachstraße 15, 8114 Friesach bei Graz,
> >> Österreich
> >>
> >>
> >> Salomon Automation GmbH - Friesachstrasse 15 - A-8114 Friesach bei Graz
> >> Sitz der Gesellschaft: Friesach bei Graz
> >> UID-NR:ATU28654300 - Firmenbuchnummer: 49324 K
> >> Firmenbuchgericht: Landesgericht für Zivilrechtssachen Graz
> >>
> >>
> >> --
> >> gentoo-alt@gentoo.org mailing list
> >>
> >>
> >
> >
> > --
> >
> > FList
> > --
> > gentoo-alt@gentoo.org mailing list
> >
>
> --
> Fabian Groffen
> Gentoo on a different level
>
> --
> gentoo-alt@gentoo.org mailing list
>
>


-- 

FList
--
gentoo-alt@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2007-07-27 15:46 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-06-21 10:45 [gentoo-alt][PREFIX][solaris] collect2: ld terminated with signal 11 [Segmentation Fault], core dumped Fabrizio Listello
2007-06-21 11:05 ` Elias Pipping
2007-06-21 12:15   ` Fabrizio Listello
2007-06-21 14:04     ` Fabian Groffen
2007-06-21 14:14       ` Fabrizio Listello
2007-06-21 14:19         ` Fabian Groffen
2007-06-21 14:59         ` [gentoo-alt][PREFIX][solaris] collect2: ld terminated withsignal " Michael Haubenwallner
2007-06-21 16:07           ` Fabrizio Listello
2007-07-16 18:28             ` Fabian Groffen
2007-07-27 15:45               ` Fabrizio Listello

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox