search for: maps_i

Displaying 3 results from an estimated 3 matches for "maps_i".

Did you mean: map_i
2001 Nov 03
1
Help with Windows build
...{R_HOME}/src/include. >#end machine-dependent stuff > >all: maps.so world.cities.s maps.so changed to maps.dll > echo 'source("world.cities.s")' | R --nsize=512K --no-save R changed to Rterm > >maps.so: $(OBJ) projections > R SHLIB -o maps.so maps_i.o $(OBJ) proj/*.o maps.so changed to maps.dll. This line is giving me the most trouble. I suspect the problem is that since proj/*.o is being expanded into 33 files, the command line is too long for Windows. Is there a way to build a DLL with lots of files in it without causing problems? Here&...
2001 Nov 03
1
Help with Windows build
...{R_HOME}/src/include. >#end machine-dependent stuff > >all: maps.so world.cities.s maps.so changed to maps.dll > echo 'source("world.cities.s")' | R --nsize=512K --no-save R changed to Rterm > >maps.so: $(OBJ) projections > R SHLIB -o maps.so maps_i.o $(OBJ) proj/*.o maps.so changed to maps.dll. This line is giving me the most trouble. I suspect the problem is that since proj/*.o is being expanded into 33 files, the command line is too long for Windows. Is there a way to build a DLL with lots of files in it without causing problems? Here&...
2002 Aug 22
1
installing package maps
...s_0.1-3.tar.gz * Installing *source* package 'maps' ... ** libs gcc -I/usr/lib/R/include -I/usr/local/include -D__NO_MATH_INLINES -mieee-fp -fPIC -O2 -I/include -c mapget.c -o mapget.o gcc -I/usr/lib/R/include -I/usr/local/include -D__NO_MATH_INLINES -mieee-fp -fPIC -O2 -I/include -c maps_i.c -o maps_i.o gcc -I/usr/lib/R/include -I/usr/local/include -D__NO_MATH_INLINES -mieee-fp -fPIC -O2 -I/include -c thin.c -o thin.o R SHLIB -o maps.so mapget.o maps_i.o thin.o make[1]: Entering directory /tmp/R.INSTALL.1293/maps/src' gcc -shared -o maps.so mapget.o maps_i.o thin.o -L/usr/...