Re: can not find -lgcc_s

2007-08-22 Thread Boris Kovalenko
Hello! ld -shared -L/usr/lib -o libresin_os.so jni_os.o jni_jvmti.o jni_jvmdi.o -pthread There, change ld to cc. But is there unified way? This is different makefiles, so I will need to patch more of them... ld: unrecognized option '-pthread' ld: use the --help option for usage i

Re: can not find -lgcc_s

2007-08-22 Thread Kostik Belousov
On Thu, Aug 23, 2007 at 11:09:28AM +0600, Boris Kovalenko wrote: > Hello! > > boris# cc -v -r -o common.o stream.o config.o memory.o > Using built-in specs. > Target: amd64-undermydesk-freebsd > Configured with: FreeBSD/amd64 system compiler > Thread model: posix > gcc version 4.2.0 20070514 [Free

Re: can not find -lgcc_s

2007-08-22 Thread Boris Kovalenko
Hello! boris# cc -v -r -o common.o stream.o config.o memory.o Using built-in specs. Target: amd64-undermydesk-freebsd Configured with: FreeBSD/amd64 system compiler Thread model: posix gcc version 4.2.0 20070514 [FreeBSD] /usr/bin/ld --eh-frame-hdr -V -dynamic-linker /libexec/ld-elf.so.1 -o comm

Re: can not find -lgcc_s

2007-08-22 Thread Kostik Belousov
On Thu, Aug 23, 2007 at 09:49:20AM +0600, Boris Kovalenko wrote: > Hello! > >This didn't helped. > >On Wed, Aug 22, 2007 at 03:43:44PM +0600, "Boris Ju. Kovalenko / Б. Ю. > >Коваленко" wrote: > > > >>Hello! > >> > >>cc -r -o common.o stream.o config.o memory.o > >>-rpath=/lib:/usr/lib:/usr

Re: can not find -lgcc_s

2007-08-22 Thread Boris Kovalenko
Hello! This didn't helped. On Wed, Aug 22, 2007 at 03:43:44PM +0600, "Boris Ju. Kovalenko / Б. Ю. Коваленко" wrote: Hello! cc -r -o common.o stream.o config.o memory.o -rpath=/lib:/usr/lib:/usr/local/lib -L/usr/lib -L/lib -lcrypto -lssl /usr/bin/ld: cannot find -lgcc_s What is wrong?

Re: can not find -lgcc_s

2007-08-22 Thread Kostik Belousov
On Wed, Aug 22, 2007 at 03:43:44PM +0600, "Boris Ju. Kovalenko / Б. Ю. Коваленко" wrote: > Hello! > > cc -r -o common.o stream.o config.o memory.o > -rpath=/lib:/usr/lib:/usr/local/lib -L/usr/lib -L/lib -lcrypto -lssl > /usr/bin/ld: cannot find -lgcc_s > > What is wrong? System is 7.0-CURRENT,

can not find -lgcc_s

2007-08-22 Thread Boris Ju. Kovalenko / Б. Ю. К оваленко
Hello! cc -r -o common.o stream.o config.o memory.o -rpath=/lib:/usr/lib:/usr/local/lib -L/usr/lib -L/lib -lcrypto -lssl /usr/bin/ld: cannot find -lgcc_s What is wrong? System is 7.0-CURRENT, AMD64, gcc 4.2.0, libgcc_s.so is present in /usr/lib and is a symlik to /lib/libgcc_s.so.1 -- With

can not find -lgcc_s

2007-08-22 Thread Boris Kovalenko
Hello! I'm www/resin3 port maintainer trying to build this port on AMD64 system. I got an error: cc -r -o common.o stream.o config.o memory.o -rpath=/lib:/usr/lib:/usr/local/lib -L/usr/lib -L/lib -lcrypto -lssl /usr/bin/ld: cannot find -lgcc_s What is wrong? System is 7.0-CURRENT, AMD64, gcc