Welcome! Log In Create A New Profile

Advanced

Linker error: rmdir()

Posted by borbzz 
Linker error: rmdir()
May 01, 2009 10:55PM
Hello everyone,

So I ALMOST have Stepmania building with devKitPPC (it was a pain to get a makefile working!). I am now trying to resolve some linker issues that I'm getting.

I have a source file that uses the system call rmdir(), which is defined in unistd.h. My linker is complaining that this is unresolved.

Is this a known issue, or did I botch something? Thanks for the help!!!

-Borbzz
Re: Linker error: rmdir()
May 02, 2009 07:58PM
if I remember correctly that's a linux command to delete a directory.

replace it with a similar libfat function and your problem should be fixed (hopefully)



Edited 1 time(s). Last edit at 05/02/2009 07:59PM by Matando.
Sorry, only registered users may post in this forum.

Click here to login