No subject

Grass Sysadmin mrbig!grass
Fri Jan 8 15:49:23 EST 1993


Hello,

I am still having problems with v.report

I received notice to change the Gmakefile:


|You need to change the Gmakefile:
|
|$(CC) $(LDFLAGS) -o $@ $(LIST) $(LIBES) $(VECTLIB) $(GISLAB) $(MATHLIB)
|
|should be:
|
|(CC) $(LDFLAGS) -o $@ $(LIST) $(VECTLIB) $(GISLAB) $(LIBES) $(MATHLIB)
|
|Keith M. Mitchell
|Department of Agronomy
|University of Illinois
|S - 313 Turner Hall (MC 046)
|1102 S. Goodwin
|Urbana, Il. 61801
|(217) 333-4424
|keith at piked2.agn.uiuc.edu

And also:

| You need to change the Gmakefile:
| 
| $(CC) $(LDFLAGS) -o $@ $(LIST) $(LIBES) $(VECTLIB) $(GISLAB) $(MATHLIB)
| 
| should be:
|
| $(CC) $(LDFLAGS) -o $@ $(LIST) $(VECTLIB) $(GISLAB) $(LIBES) $(MATHLIB)
|
|
|Stuart B.

And slightly differently:

|after line 20 of the Gmakefile are these lines:
|
|$(BIN_CONTRIB_CMD)/$(PGM): $(LIST) $(LIBES) 
|	$(CC) $(LDFLAGS) -o $@ $(LIST) $(LIBES) $(VECTLIB) $(MATHLIB) 
| 
|The ORDER of the library directories is wrong, and causes a loader error.
|The correct order is;
|
|$(BIN_CONTRIB_CMD)/$(PGM): $(LIST) $(LIBES) 
|	$(CC) $(LDFLAGS) -o $@ $(LIST) $(VECTLIB) $(LIBES) $(MATHLIB) 
|
|
|&&&&&&&&&&&&&&&&&&&&&&&&&&& end old message &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&
|
|^^ ^^ ^^ ^^ ^^ ^^ ^^ ^^ ^^ ^^ ^^ ^^ ^^ ^^ ^^ ^^ ^^ ^^ ^^ ^^ ^^ ^^ ^^ ^^ ^^ ^^ ^
|   Ronald Thomas                         ^  ront at meeker.cfnr.colostate.edu
|    Natural Resource Spec. (GIS)         ^  
|     Resource Management Division        ^   Phone: 303-586-3565  x285
|      Rocky Mountain National Park       ^          700-323-7285  (FTS)
|       Estes Park, CO  80517             ^ 
|^^ ^^ ^^ ^^ ^^ ^^ ^^ ^^ ^^ ^^ ^^ ^^ ^^ ^^ ^^ ^^ ^^ ^^ ^^ ^^ ^^ ^^ ^^ ^^ ^^ ^^ ^

And a different idea:

|There are memory problems with 4.0 vectors. Fixes for these are on ftp
|site moon.cecer.army.mil. Did you get these fixes? If so, did you
|recompile v.report?
|
|-----------------------------------------------------------------
|Michael Shapiro                        U.S. Army CERL                  
|email:   shapiro at zorro.cecer.army.mil  Environmental Division          
|phone:   (217) 373-7277                P.O. Box 9005                   
|fax:     (217) 373-7222                Champaign, Ill. 61826-9005
|-----------------------------------------------------------------


But after trying all the above ideas: I still get:

Processing line 772
ERROR: G_calloc: out of memory
ERROR running v.report

Has anyone resolved what is really wrong?  Am I not doing something correctly?

Any and all ideas will be thankfully appreciated, we would really like to be
able to use v.report! 

Thanks in advance!

Susan Stitt
National Park Service
Geographic Information Systems Division
(303) 969-2596
susan%nps at cerl.cecer.army.mil





More information about the grass-user mailing list