tags 461691 + patch thanks Hi! I have attached a patch for building this with gcc 4.3.
HTH. Kumar -- Kumar Appaiah, 458, Jamuna Hostel, Indian Institute of Technology Madras, Chennai - 600 036
--- tigr-glimmer-2.13.orig/delcher.h +++ tigr-glimmer-2.13/delcher.h @@ -18,9 +18,9 @@ #include <stdio.h> #include <stdlib.h> -#include <iostream.h> -#include <iomanip.h> -#include <fstream.h> +#include <iostream> +#include <iomanip> +#include <fstream> #include <math.h> #include <string.h> #include <ctype.h> @@ -31,6 +31,7 @@ #include <errno.h> #include <unistd.h> +using namespace std; #define TRUE 1 #define FALSE 0
signature.asc
Description: Digital signature

