go to www.geomview.org home page
 
Home

Overview
FAQ
Documentation

Download

Mailing List

Geomview For Windows?

Support
Users
Development

Bug Reporting
Contributing
Contact Us

Sponsors

 

Site Search

 

Advanced
Search

 
About the software@geom archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Compiling bug in GeomView?



> When I 'make' Geomview I get the following message:
> 
>         cc -g  -I../../../../include -I/usr/local/include -I..  -o eucsyms eucsyms.o callbacks.o newthor.o dirdomcalls.o latdiffs.o arrays.o  filecalls.o Ooglcalls.o glgcalls.o -L/u/gcg/ngrap/lib/sgi  -lstubdraw -lgeom -lpolylist -lbbox -linst -llist -ltl
> ist -lvect  -lmesh -lquad  -lgeom -lbbox -lstub -lshade -lcolor -l3d -loogl  -lforms -lfm_s  -lgl_s -lm 
> /usr/bin/ld:
> Can't locate file for: -lstubdraw
> *** Error code 1

OOPS!  This is due to a mistake that I just found in one of our
makefiles, namely in the file

	GEOMROOT/src/bin/eucsyms/O.sgi/Makefile

where GEOMROOT is the root of the geomview source tree.  There
is a line in that file that says

LDFLAGS = -L/u/gcg/ngrap/lib/sgi \

but should be changed to say

LDFLAGS = -L${GEOM}/lib/${MACHTYPE} \

if you make this change and type 'make all' from the GEOMROOT directory
things should work.  Let me know if they don't.

NOTE: the last character of the changed line should be the backslash
('\').  No trailing spaces.

Thanks for calling our attention to this; I'll change it in the
distribution right now.

--Mark


 
Home | Overview | FAQ | Documentation | Support | Download | Mailing List
Windows? | Development | Bug Reporting | Contributing | Contact Us | Sponsors
 
site hosted by
SourceForge Logo