Skip to content

I want to use other g++ in "make test" #2

@yuki-kimoto

Description

@yuki-kimoto

I use CentOS5. I install new version g++ as g++44 to compile llvm.

Tests is succeed if i change the following part in Makefile.PL.

makemaker_args->{CC} = 'g++44';
makemaker_args->{LD} = 'g++44';

Can you change this part to select CC and LD by user?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions