use ExtUtils::MakeMaker; $acelib = '/opt/Ace750cRev1/postware/acelib'; WriteMakefile( 'NAME' => 'ACE', 'VERSION_FROM' => 'ACE.pm', 'LIBS' => ["-L$acelib -lace"], 'DEFINE' => '-DSolaris64', 'INC' => "-I$acelib", );