Discuss the development of new homebrew software, tools and libraries.
Moderators: cheriff, TyRaNiD
-
ShUr1k3n
- Posts: 42
- Joined: Sun Oct 16, 2005 9:04 pm
Post
by ShUr1k3n »
Hey guys,
when i compile the "example.c", that comes with mikmodlib (from:
HERE)
i got an error.
take a look:
[/img]
How can i fix this?
Thanks,
ShUr1k3n
-
ShUr1k3n
- Posts: 42
- Joined: Sun Oct 16, 2005 9:04 pm
Post
by ShUr1k3n »
Working now...
Just need to change the make file
DONT work -> CFLAGS = -O2 -G8 -Wall
WORK -> CFLAGS = -O2 -G0 -Wall
Hope this can help any1 that have the same problem.
Good coding =).