in reply to Travelling Salesman

It would help if you posted the error message you got. Looking into Directed/Makefile.PL I see:

use 5.008; use ExtUtils::MakeMaker; $CC = 'g++ -O'; ...
I don't really familiar with Win, but I suspect that you should replace g++ with the name of your C++ compiler.

Replies are listed 'Best First'.
Re^2: Travelling Salesman
by Anonymous Monk on May 08, 2012 at 16:50 UTC