Thread: unresolved external linker crap

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Registered User
    Join Date
    Nov 2008
    Posts
    18
    Quote Originally Posted by tabstop View Post
    No I meant small l. It was on the compiler list.
    ah -l is for passing linker options through the compiler

    Quote Originally Posted by tabstop View Post
    Try it without any prefix, just "pkwhatever.lib" on the command line and see what happens.
    what the?

    i need another console compiler ... it just hurts now

  2. #2
    and the Hat of Guessing tabstop's Avatar
    Join Date
    Nov 2007
    Posts
    14,336
    Quote Originally Posted by electrohippi View Post
    ah -l is for passing linker options through the compiler


    what the?

    i need another console compiler ... it just hurts now
    I'm suggesting it because that's what all the compilers I know do. gcc does it, and so does MS I think -- just put an .obj file or a .lib file or a .o file on the command line and it will get linked in.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Compiling sample DarkGDK Program
    By Phyxashun in forum Game Programming
    Replies: 6
    Last Post: 01-27-2009, 03:07 AM
  2. C++ std routines
    By siavoshkc in forum C++ Programming
    Replies: 33
    Last Post: 07-28-2006, 12:13 AM
  3. Including lib in a lib
    By bibiteinfo in forum C++ Programming
    Replies: 0
    Last Post: 02-07-2006, 02:28 PM
  4. debug to release modes
    By DavidP in forum Game Programming
    Replies: 5
    Last Post: 03-20-2003, 03:01 PM
  5. Unresolved external symbols in OGL
    By Shadow12345 in forum Game Programming
    Replies: 4
    Last Post: 08-04-2002, 09:46 PM