Thread: missing exec

  1. #1
    Registered User
    Join Date
    Aug 2003
    Posts
    93

    missing exec

    warning beginner
    env SunOS 5.6

    slightly confused, doing it manually !

    I am trying to create an executable....

    file structure
    path/src/common/bits and pieces
    path/src/library/bits and pieces
    path/src/my folder/makefile
    path/src/my folder/myprog.c

    running make produces the object file without error
    path/src/common/bits and pieces
    path/src/library/bits and pieces
    path/src/my folder/makefile
    path/src/my folder/myprog.c
    path/src/my folder/myprog.o

    but how do I get the executable, myprog ?


    tia,

  2. #2
    Pursuing knowledge confuted's Avatar
    Join Date
    Jun 2002
    Posts
    1,916
    Normally there is a flag to pass to your compiler on the command line to make the exe. Check your compiler documentation.
    Away.

  3. #3
    Registered User
    Join Date
    Aug 2003
    Posts
    93
    ah-ha

    ty blackrat

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Errors including <windows.h>
    By jw232 in forum Windows Programming
    Replies: 4
    Last Post: 07-29-2008, 01:29 PM
  2. 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
  3. more then 100errors in header
    By hallo007 in forum Windows Programming
    Replies: 20
    Last Post: 05-13-2007, 08:26 AM
  4. ras.h errors
    By Trent_Easton in forum Windows Programming
    Replies: 8
    Last Post: 07-15-2005, 10:52 PM
  5. pointer to array of objects of struct
    By undisputed007 in forum C++ Programming
    Replies: 12
    Last Post: 03-02-2004, 04:49 AM