CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Jun 2004
    Posts
    4

    execution pb C++

    Hello,

    I have a very strange pb.
    I develop a software with C++ (Linux).
    When I execute my program, the terminal says:
    02376: symbol=strlen; lookup in file=./client
    02376: symbol=strlen; lookup in file=/usr/lib/libstdc++.so.5
    .....

    I would like to know if there are errors or if it depends on my compilation options ??

    Have you ever seen this ???
    Thanks

    NB: Sorry for my english !!!!!!

  2. #2
    Join Date
    Sep 2002
    Posts
    924
    You may want to try asking your question in another forum, possibly the C++ (Non Visual C++ Issues) forum, as this forum is for Visual C++ and thus is geared towards the Windows platform.

Posting Permissions

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





Click Here to Expand Forum to Full Width

Featured