in reply to
Re^7: Help With Perl SDL
in thread Help With Perl SDL
This is all rather mysterious.
What version of Alien::SDL did you end up with ? (I have version 1.438.)
You'll get your version number by running:
perl -MAlien::SDL -e "print $Alien::SDL::VERSION"
Does the following also fail for you:
perl -MAlien::SDL -e "print Alien::SDL->config('libs')"
For me, that produces:
-L"C:\_32\strawberry516\perl\site\lib\auto\share\dist\Alien-SDL\1.438_
+a1ddf79e\bin\..\lib" -lmingw32 -lSDLmain -lSDL -mwindows
Cheers,
Rob