[haiku-development] Re: non-packaged make install

  • From: James Leone <linuxcpa@xxxxxxxxx>
  • To: haiku-development@xxxxxxxxxxxxx
  • Date: Mon, 22 Sep 2014 00:29:01 -0700

On Sep 22, 2014 12:12 AM, "Ralf Schülke" <ralf.schuelke@xxxxxxxxx> wrote:
>
> Hi again,
> after suseccfull ./configure and make , make install i have other
problems.
>
> A)
> i will compile a cxxtools demo app, but the g++ says me he cant found the
lib.
> ---
> ~/Desktop/test> g++ -o httpserver httpserver.cpp -lroot -lcxxtools
>
/boot/system/develop/tools/bin/../lib/gcc/x86_64-unknown-haiku/4.8.3/../../../../x86_64-unknown-haiku/bin/ld:
> cannot find -lcxxtools
> collect2: error: ld returned 1 exit status
> ---
>
> B)
> when i make me a tntnet project becaume a lot of errors, i show into
> this problem and see, the apps (eccpc and tntnet) don't work i became
> a "bind runtime error"
>
> ---
> ecppc --help
> runtime_loader: /boot/system/non-packaged/lib/libcxxtools.so.9.0.0:
> Could not resolve symbol 'bind'
> resolve symbol "bind" returned: -2147478780
> runtime_loader: /boot/system/non-packaged/lib/libcxxtools.so.9.0.0:
> Troubles relocating: Symbol not found

Not that I'm any good at this but I am getting the same error with regards
to that specific number ... the exact number....i am looking into it but I
dont know if ill figure it out. I think that it might have something to do
with building against a different library version than the one the program
is trying to use. In my case it is zlib.

Best I can muster and it probably aint much.

> ---
>
> So waht is the problem here?
>
> I using a nightly build, here my two line from sysinfo:
> ~/Desktop> sysinfo
> Kernel name: kernel_x86_64 built on: Sep 21 2014 00:29:36 version 0x1
> 2 AMD Athlon II, revision 100f63 running at 3600MHz
>
> Thanks Ralf
>

Other related posts: