From b89a6da3380fa45e39e8fabef360165a8789acec Mon Sep 17 00:00:00 2001 From: Frank Warmerdam Date: Thu, 23 Aug 2001 18:42:01 +0000 Subject: obsolete git-svn-id: http://svn.osgeo.org/metacrs/proj/trunk@972 4e78687f-474d-0410-85f9-8d5e500ac6b2 --- src/README | 73 -------------------------------------------------------------- 1 file changed, 73 deletions(-) delete mode 100644 src/README (limited to 'src') diff --git a/src/README b/src/README deleted file mode 100644 index 35c60a4e..00000000 --- a/src/README +++ /dev/null @@ -1,73 +0,0 @@ - Installation README --- @(#)README 4.4 94/10/05 GIE REL" - -At the current time, installation only performed to PROJ.4 directory and -information not transfered via normal "install(1)" function because of -the diversity of system variations. - -There are occasional errors encountered with "ranlib." Makefile tests -for presence in either /bin or /usr/bin and will execute. Even if found, -some systems choke. Such choking is ignored with no apparent ill results. - -As an alternative to editing the head of the Makefile, the following can -be used on the run line: - -For Suns without vendor ANSI C compiler, use GNU's gcc and - make install CC=gcc COMP='-O -DNO_STRERRNO' -Apparently the name max is missing from gcc includes and the Sun -library does not include the ANSI strerrno function. - -For DEC Ultrix: (brain damaged strtod implementation) - make install STRTOD='$L(strtod.o)' -The DEC people just can't seem to forget the dinosaur FORTRAN. -Ignore compiler warnings about "unimplemented const." - -For Dell SVR4 issue 2.2 do - make install - -For Data General: - make install COMP='-O -ansi' -Ranlib in system but execution denied(?)---error ignored. - -If repeatative compilations or linkages are expected, it is better -to edit these flags into the beginning of the Makefile after saving -a copy of the original. - -Check /usr/include/math.h for prototype of hypot. If missing it is -probably not in libm.a and it is necessary to use supplied version. - - make install HYPOT='$L(hypot.o)' - or - make install HYPOT='$L(hypot.o)' STRTOD='$L(strtod.o)' - -To check for brain damaged versions of strtod try the following after -using the local system's version (default): - -proj +proj=poly +ellps=clrk66 +no_defs < on the make run-line or edit Makefile. - -To truely install: - - BIN= - INC= - cp proj $BIN - ln ${BIN}/proj ${BIN}/invproj - cp geod $BIN - cp proj_def.dat $LIB/proj - cp libproj.a $LIB - cp projects.h $INC - cd ../nad - cp nad27 $LIB/proj - cp nad83 $LIB/proj -- cgit v1.2.3