Thread: Getting /usr/ccs/bin/ld: Unsatisfied symbols error

  1. #1
    Unregistered
    Guest

    Getting /usr/ccs/bin/ld: Unsatisfied symbols error

    I am getting the following errors on HP-UX11 when trying to "gmake" and generate an object file. This object file is later linked seperately to generate the executable.

    I am getting these errors when generating the object file itself from few .c files.


    /usr/ccs/bin/ld: Unsatisfied symbols:
    ...
    ...
    ...
    some functions for which calls have been made.


    I am only producing the object file and hence I thought I should not get any linker errors.

    Any idea whether any compiler options have to be set? Not sure what I am missing.

    Thank You

  2. #2
    Unleashed
    Join Date
    Sep 2001
    Posts
    1,765
    Could you provide some heavily detailed information / post to a more appropriate site?
    The world is waiting. I must leave you now.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Testing some code, lots of errors...
    By Sparrowhawk in forum C Programming
    Replies: 48
    Last Post: 12-15-2008, 04:09 AM
  2. Another syntax error
    By caldeira in forum C Programming
    Replies: 31
    Last Post: 09-05-2008, 01:01 AM
  3. failure to import external C libraries in C++ project
    By nocturna_gr in forum C++ Programming
    Replies: 3
    Last Post: 12-02-2007, 03:49 PM
  4. Post...
    By maxorator in forum C++ Programming
    Replies: 12
    Last Post: 10-11-2005, 08:39 AM
  5. Dikumud
    By maxorator in forum C++ Programming
    Replies: 1
    Last Post: 10-01-2005, 06:39 AM