[vtkusers] sgi 6-5 build..

David Gobbi dgobbi at irus.rri.ca
Sun Jun 17 18:04:45 EDT 2001


Just a guess, but you seem to be trying to build a .cxx file with 'cc'
and, as a result, the C++ libraries aren't being linked in.
Check your environment variables, they should be CC=cc, CXX=CC.

My user.make includes the following (for an R10K machine):
USER_CFLAGS = -g3 -O2 -OPT:Olimit=0 -n32 -mips4 -r10000 -woff 1681,1682,85
USER_CXXFLAGS = -g3 -O2 -OPT:Olimit=0 -n32 -mips4 -r10000 -woff 1681,1682,85

The '-woff' is necessary to avoid tons of warnings (I forget which ones).

 - David

--
  David Gobbi, MSc                       dgobbi at irus.rri.ca
  Advanced Imaging Research Group
  Robarts Research Institute, University of Western Ontario

On Sun, 17 Jun 2001, K. R. Subramanian wrote:

>
> This is embarrassing. I have built vtk on SGIs many times, but for the
> first time, I cant get step -1 -:)
> dont remember ever getting stuck here..
>
>     -- krs
>
>
> fluorite% make
>         /bin/cc -o targets ./targets.cxx ./makedepend.cxx
> ./targets.cxx:
> ./makedepend.cxx:
> ld32: ERROR   33 : Unresolved text symbol "__nwa__GUi" -- 1st referenced
> by makedepend.o.
>         Use linker option -v to see when and which objects, archives and
> dsos are loaded.
> ld32: ERROR   33 : Unresolved text symbol "__nw__GUi" -- 1st referenced
> by makedepend.o.
>         Use linker option -v to see when and which objects, archives and
> dsos are loaded.
> ld32: ERROR   33 : Unresolved text symbol "__ct__8ifstreamGPCciT2" --
> 1st referenced by makedepend.o.
>         Use linker option -v to see when and which objects, archives and
> dsos are loaded.
> ld32: ERROR   33 : Unresolved text symbol "getline__7istreamGPcic" --
> 1st referenced by makedepend.o.
>         Use linker option -v to see when and which objects, archives and
> dsos a
> .........................
> ........................
>
> Configured fine and everything, but cant get past the first step.
> This is on an SGI 6.5  running  7.3 version of the compiler..
>
> Thanks.
>
>     -- krs
>
> --
> Dr. K.R.Subramanian                           Phone: (301) 402-0042
> National Institutes of Health                 FAX:   (301) 402-4080
> National Library of Medicine                  Email: krs at cs.uncc.edu
> Bldg 38A, Rm. B1N30D                          WWW: www.cs.uncc.edu/~krs
> 8600 Rockville Pike, Bethesda, MD 20894
>
>
>
>
> _______________________________________________
> This is the private VTK discussion list.
> Please keep messages on-topic. Check the FAQ at: <http://public.kitware.com/cgi-bin/vtkfaq>
> Follow this link to subscribe/unsubscribe:
> http://public.kitware.com/mailman/listinfo/vtkusers
>





More information about the vtkusers mailing list