in reply to Running SWF with Ming
++ but patching the Makefile generated by ExtUtils::MakeMaker in the Makefile.PL is the wrong/hard way to do it. Just get MakeMaker to write the correct Makefile by editing the Makefile.PL as shown:
- 'LIBS' => [ "-lz" ], + 'LIBS' => [ "-lz", "-lungif", "-lpng12" ],
cheers
tachyon
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Running SWF with Ming
by zentara (Cardinal) on Oct 06, 2004 at 12:54 UTC |