Results 1 to 2 of 2

Thread: libstdc++.so.5 and c++ compilation on unified firmware

  1. #1

    libstdc++.so.5 and c++ compilation on unified firmware

    Hi,

    I'm trying to get nullmailer compiled on the 1.9.2.7 -3 Oleg's firmware.

    It doesn't use gcc but c++, which is provided by the uclibc bin folder. Problem is, after solving all makefile error, I get a warning about a possible conflict between libstdc++ and libc. The process goes file, and I get the compiled result. But If I try to run it, it ask for libstdc++.so.5 After looking for it, I cann only find it in the mipsel-linux folder. Even if I put it in my lib folder, I get the dreaded ./mailq: linked against GNU libc! message at runtime, meaning there has been a mix in the library.

    Is it possible to use this lib on Oleg's firmware? How can I pass by the error? I tryed a LDFLAGS=--all-static amongst other -L folders but it's still dynamic.

    Anybody successfully complied c++ for uclibc?

  2. #2
    Join Date
    Dec 2003
    Location
    Russian Federation
    Posts
    8,356
    Try passing just -static.

Similar Threads

  1. Compilation HOWTO for modules useful?
    By Styno in forum WL-500g Q&A
    Replies: 10
    Last Post: 01-09-2008, 16:08
  2. Bluez drivers compilation: 90% done
    By hugo in forum WL-500g Custom Development
    Replies: 31
    Last Post: 24-10-2005, 19:16
  3. ntop compilation
    By David07 in forum WL-500g Custom Development
    Replies: 0
    Last Post: 05-07-2005, 22:53
  4. @ Rod / compilation using unslung build system
    By Jean-Fabrice in forum WL-500g Custom Development
    Replies: 2
    Last Post: 31-03-2005, 23:03

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •