Joined
Last Seen
0 Reputation Points
Unknown Quality Score
No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
0 Endorsements
Ranked #72.8K
2 Posted Topics
Re: You're including a .c file, not a file (.h). Thus the body of function "void read_comp (complex, int int)" in the .c file is declared before of prototype declaration in main.c. You have to create a header file and put the prototype of "void read_comp (complex, int, int);" And the … | |
Re: go to the directory where you extracted the source and looking allegro-config, then run it with these options . / allegro-config - libs - shared release and expected output like this -L/usr/lib-Wl,-Bsymbolic-functions-lalleg-4.2.2 I think that after you know how to link it with your source. regards |
The End.