Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: ktrumbla
  • Content: Threads
  • Order by date
  1. ktrumbla

    creating a LF only with Microsoft c++

    I am trying to create an output file to be used on an AIX system which does not want to see a CRLF at the end of line. How do I tell my program to only give me the LF? I have tried '\n', "\n", and #define "\x0a" none of these work. Is there a way or does microsoft know best...
  2. ktrumbla

    gnu g++ problem when compiling

    AIX version 4.3.3 g++ version 2.95.3.0 when I try to compile my program it gives me an error Collect2: Library libm not found. I can not find a library libm on bulls freeware where I had gotten g++ from. here is my code, any help would be appreciated. the command I used to compile was "g++...
  3. ktrumbla

    g++ compile error

    when I try to compile a simple program written in C++ I get the error:"collect2: Library libm not found" this is a simple parsing utlility which takes a "|" delimited file reads each segment into a string array and writes it back out as a "|" delimeted file. (it...
  4. ktrumbla

    Samba problem

    After installing Samba using the Bull's freeware install, which completed successfully, I tried to test using the smbclient and received the following error. Can anyone tell me what I am doing wrong? # /usr/local/bin/smbclient -L servername exec(): 0509-036 cannot load program...

Part and Inventory Search

Back
Top