Thread: Quincy 2005 unknown error

  1. #1
    Registered User
    Join Date
    Oct 2012
    Posts
    6

    Unhappy Quincy 2005 unknown error

    Quincy 2005 unknown error-error-png

    i receive this error even with a very very simple code. i had try a lot of way but still cannot solve this problem. just for ur information reinstall doesnt help...

    if anyone have any solution for this, pls let me know. Your help will be greatly appreciated. thx

  2. #2
    Registered User
    Join Date
    Dec 2006
    Location
    Canada
    Posts
    3,229
    Can you copy and paste all the errors?

  3. #3
    Registered User
    Join Date
    Oct 2012
    Posts
    6
    "D:Software for Education\quincy\mingw\bin\gcc.exe" -stiso9899:199409 -pedantic-errors-Wno-write-strings -|"D:\Software for Education\quincy\mingw\include\\"-|"D:\Software for Education\quincy\include"-o c:\user\desktop\test.o -c:\user\desktop\test.c

    "D:\Software for Education\quincy\mingw\bin\gcc.exe" -mconsole -o C:\User\Desktop\test.o -L"D:\Software for Education\quincy\lib" -|Util


    d:/software for education\quincy/mingw/bin/../lib/gcc/mingw32/4.2.1-sjlj/../../../../mingw32/bin/ld.exe: cannont find -|Util

    collect2L ld returned 1 exit status

    Unsuccessful build

  4. #4
    Registered User
    Join Date
    Dec 2006
    Location
    Canada
    Posts
    3,229
    What it's saying is, the compiler (or linker) is told to look for a library called "Util", but can't find it.

    What's in D:\Software for Education\quincy\lib? Is there a libUtil.a?

  5. #5
    Registered User
    Join Date
    Dec 2006
    Location
    Canada
    Posts
    3,229
    I just tried it and it works. It doesn't look for Util. Did you change any settings?

  6. #6
    Registered User
    Join Date
    Oct 2012
    Posts
    6

    Talking

    Quote Originally Posted by cyberfish View Post
    What it's saying is, the compiler (or linker) is told to look for a library called "Util", but can't find it.

    What's in D:\Software for Education\quincy\lib? Is there a libUtil.a?
    as u said the compiler is looking for lib call Util. since it cannot find it so then i delete "-| Util" under Linker option and then it come alive!!! thank a lot for replys.
    Quincy 2005 unknown error-delete-png
    Quincy 2005 unknown error-thx-png

  7. #7
    Registered User
    Join Date
    Dec 2007
    Posts
    2,675
    Actually, it looks like it's using bar characters ("|") instead of the lower-case L you'd expect ("l").

  8. #8
    Registered User
    Join Date
    May 2009
    Posts
    4,183
    Quote Originally Posted by rags_to_riches View Post
    Actually, it looks like it's using bar characters ("|") instead of the lower-case L you'd expect ("l").
    And, if that does not work remove the space between the "-l util" as in "-lutil".
    I have no idea if space is needed; but, it is not normally there for the Compiler I use.

    Tim S.
    "...a computer is a stupid machine with the ability to do incredibly smart things, while computer programmers are smart people with the ability to do incredibly stupid things. They are,in short, a perfect match.." Bill Bryson

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Help, getting unknown error
    By halien in forum C Programming
    Replies: 11
    Last Post: 01-28-2010, 07:13 PM
  2. unknown error!
    By behzad_shabani in forum C++ Programming
    Replies: 9
    Last Post: 10-06-2008, 02:14 PM
  3. Quincy 2005: Compiling Errors
    By Thileepan_Bala in forum C Programming
    Replies: 6
    Last Post: 01-18-2008, 08:26 PM
  4. unknown error!
    By black_sol in forum C++ Programming
    Replies: 3
    Last Post: 05-15-2004, 06:51 PM