"Schmidt-1, Pamela" <[EMAIL PROTECTED]> writes: > The change to the Makefile.PL only corrects for one error message. I see > you have the same error message "WARNING: LDFLAGS is not a known parameter" > that I am getting. What I have found out is that LDFLAGS uses a module > called ld and it doesn't appear to be loaded on my server. I'm not sure > where to find this module, at this time. I'm currently in the process of > looking into where the ld module is stored. I will keep you and the list > informed of any advances.
If you are on solaris, as you appear to be, make sure you have /usr/ccs/bin in your path---that is where you're going to find ld, as and various other tools by default. mike.
