kozine wrote:Why are you in the test folder? Have you installed the SLD libary yet?
i have installed the sdl library, now i want to "test" it but it give me that error... i have installed also the pspgl and i want also the SDL.
help please!
edit: i have reinstalled the sdl lib and now it seems to compile but it don't give me eboots...
it give me some obj (.o) files and file without extension...
The \ symbol tells bash to continue the command on the next line.
See where you copied the command from - I bet that the ./configure part is on a new line. You need to press enter between the '\' and "./configure" then type the second line then hit enter again to run the command.
Or you could just no type the \ if you want to do it on one line.
Not sure if this is what you are seeing, but in my terminals, bash seems to have trouble when you use \ in the middle of a line...[/code]
cheriff wrote:The \ symbol tells bash to continue the command on the next line.
See where you copied the command from - I bet that the ./configure part is on a new line. You need to press enter between the '\' and "./configure" then type the second line then hit enter again to run the command.
Or you could just no type the \ if you want to do it on one line.
Not sure if this is what you are seeing, but in my terminals, bash seems to have trouble when you use \ in the middle of a line...[/code]
thanks but i have just solved this problem.
now when i type make in the test folder the compiler give me a lot of .o file and other file without exstension, how can i make eboot?