![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| High Level Programming Post questions about C, C++, Java, SQL, and other programming languages here. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| awk program for file comparison | kbirde | Shell Programming and Scripting | 4 | 05-01-2009 06:37 AM |
| Run a program for every file with a given extension | Phobos33 | UNIX for Dummies Questions & Answers | 5 | 06-01-2007 04:46 AM |
| AWK Program File Help | ryangfm | UNIX for Dummies Questions & Answers | 10 | 02-16-2007 08:32 AM |
| Joining program to one batch file | eynkesef | Shell Programming and Scripting | 2 | 10-10-2006 09:00 AM |
| program to rename file name | randyzapata | Windows & DOS: Issues & Discussions | 1 | 05-10-2005 02:49 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
add a file.c in a program.
Hi I've written a new function for a program. I have the new_function.c, new_function.h and the new_function.o and I've added those 3 files in the same directory of the others files. Then in the file.c (that use the new_function.c), I added: Code:
#include "new_function.h" then i try to do: ./configure ........... ok but the "make" return with: Code:
926: undefined reference to `function_added' where "function_added" is defined and implemented in new_function.h and new_function.c. This is the first time for me, but i read that what i've done should be enough. Any idea why doesn't work? Thanks D. Last edited by Dedalus; 06-19-2009 at 09:58 AM.. |
![]() |
| Bookmarks |
| Tags |
| configure, functions, make |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|