[EMAIL PROTECTED] wrote: > I was in a hurry and pressed <reply> ... you have made it up though, No problem, happens all the time. It was just meant as a friendly reminder,
> However > ldd shows > > linux-gate.so.1 => (0xffffe000) > libz.so.1 => /usr/lib/libz.so.1 (0xb7f56000) > libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0xb7e71000) > libm.so.6 => /lib/tls/i686/cmov/libm.so.6 (0xb7e4b000) > libgcc_s.so.1 => /lib/libgcc_s.so.1 (0xb7e40000) > libc.so.6 => /lib/tls/i686/cmov/libc.so.6 (0xb7d0f000) > /lib/ld-linux.so.2 (0xb7f79000) > > Which is way out .... well, it surely looks like it's linking against the host libs, but it could also be a false output from ldd. Try the ldd in the staging dir ( $BT_STAGING_DIR/usr/bin/ldd ). If that produces the same (or similar) output, things are probably linking against the host libs (but the only way to be really sure is to try to execute the program on the Bering uClibc box and see if it segfaults). One reason for things being linked against the host libs might be that you're using the host compiler - since this is a c++ app, you'll need to set the CXX environment variable - something like this (at the top of your buildtool.mk file): export CXX=$(BT_STAGING_DIR)/usr/bin/g++ > buildtool.mk is not on the cvs and I am trying to make this in a way .... > Plus that it screws up the install part - still after your comments .... In that case, please post your buildtool.mk and buildtool.cfg as well as the relevant error messages to the list (inline, not as an attachment - the list software strips off all attachments). > So given the chance from your reply I thought You most likely made it your > self, > and I asked kindly from you to share .... Nope, never built dnasguardian, nor have I any plans to do so (I don't need it, and their "free for non-commercial use" policy makes it hard for me to see how we could distribute a package, since we have now way of knowing what people will use the software for). But I've built enough packages in the past, so I've probably seen most errors that can come up, which is why I responded to your question. There are plenty of people on this list who've fought with compiling difficult sources, so there's a pretty good chance that somebody will spot what's going on, if you post the buildtool.* files plus the errors you're seeing. Martin ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ ------------------------------------------------------------------------ leaf-user mailing list: leaf-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/leaf-user Support Request -- http://leaf-project.org/