[vox-tech] (Moved from [vox]) Errors in software compilation
Micah Cowan
micah at cowan.name
Wed Mar 9 17:58:33 PST 2005
Dylan Beaudette wrote:
>
>After copying the GDAL-specific headers to /usr/include:
>find . -name "*.h" -exec cp '{}' /usr/include/ \;
>
>.. make seems to be chugging along fine...
>
I wouldn't have recommended that. At the very least, a -i option to cp
would seem appropriate, to ensure against clobbering existing files.
Also, a number of those .h files may not have been intended for
installation to system include directories, so you're cluttering things
up in there.
-Micah
More information about the vox-tech
mailing list