Thread: Multithreading/Pthread error...

  1. #1
    Registered User
    Join Date
    May 2003
    Posts
    7

    Multithreading/Pthread error...

    Hello proggies... I am getting this error when compiling a multithreading program using pthreads.

    Fatal: Unable to open file 'C0X32.OBJ'

    Do you think this is a library/link error or possibly something else?? I used to be getting more obvious linking errors, so I'm pretty sure I'm ok there now, but now I'm getting this... if anyone has any information it would be greatly appreciated. Thank you all very much in advance. Take care!

  2. #2
    Registered User
    Join Date
    May 2003
    Posts
    7
    Hmmm, I seem to also get this error compiling any program. Interesting because I have done nothing but change some link paths in *.cfg... as a matter of fact, didn't even change any, just added some more. I have previously been able to compile anything (besides pthread related stuff of course). If anyone has any ideas please let me know. Thanks again.

  3. #3
    Registered User
    Join Date
    May 2003
    Posts
    7
    sheesh, don't mind me I'm just the board idiot for the day. Problem solved. Take care all. =)

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Getting an error with OpenGL: collect2: ld returned 1 exit status
    By Lorgon Jortle in forum C++ Programming
    Replies: 6
    Last Post: 05-08-2009, 08:18 PM
  2. An error is driving me nuts!
    By ulillillia in forum C Programming
    Replies: 5
    Last Post: 04-04-2009, 09:15 PM
  3. Making C DLL using MSVC++ 2005
    By chico1st in forum C Programming
    Replies: 26
    Last Post: 05-28-2008, 01:17 PM
  4. Connecting to a mysql server and querying problem
    By Diod in forum C++ Programming
    Replies: 8
    Last Post: 02-13-2006, 10:33 AM
  5. Couple C questions :)
    By Divx in forum C Programming
    Replies: 5
    Last Post: 01-28-2003, 01:10 AM