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
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
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
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
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?
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,
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
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