|
-
March 14th, 2007, 10:20 AM
#1
makefile for linux help needed.. any makefile people here? :)
Hello,
I made a library in Linux with a .h file test.h. So I have libtest.a which has a test.h file in it.
I made a new makefile for a program I have:
stupidprogram: $(OBJECTS)
g++ -dy -o -l. -Ltest stupidprogram $(OBJECTS) $(LDLIBS)
but when I try to make, I get an error indicating the .h file is missing?? ANy idea why it cant see it???
Thanks!
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|