in reply to cpan and install question

You said Makefile. Did you actually mean Makefile.PL? You can configure cpan to pass extra args to Makefile.PL via o conf makepl_arg. As long as you don't do o conf commit, the change will only last the session.

If you meant make, o conf make_arg is probably the equivalent.

Replies are listed 'Best First'.
Re^2: cpan and install question
by Anonymous Monk on Nov 16, 2009 at 18:13 UTC
    I guess my issue is a bit differnet and applies specifically to the Alien::wxWidgets module. From the cpan prompt I use 'install Alien::wxWidgets' and starts to do it's thing and then asks if I would like to build Wx 2.8.10. If I choose yes it prompts me with a pre-set configuration for Wx Widgets 2.8.10 and one of the settings is shared libraries. This is what I want to disable but I'm not sure how to via the cpan shell.

    Any thoughts?

      Seems to me you shouldn't be using the cpan shell for this one.

      How do you disable it without using the shell?

        as part of the wxWidgets install you can pass "--disable-shared"