We were not previously aware of any problems with Sun 4. Have a look at
the solaris executable at
ftp://vlsi.colorado.edu/pub/vl2mv/new/executables/. If it does not
work, I will see if we can construct a sun 4 executable of vl2mv for
you.
Roderick.
Krishnan Palaniswami wrote:
>
> I am unable to compile successfully, vl2mv under sun4 OS. Please see the
> attachement for list of errors. Thanks,
>
> Krishnan
>
> ------------------------------------------------------------------------
> Making array :..
> gmake[1]: Entering directory `/usr2/home/pkr/vis/vl2mv/sun4/src/array'
> gmake fix_makefile
> gmake[2]: Entering directory `/usr2/home/pkr/vis/vl2mv/sun4/src/array'
> rm -f makefile*
> ln -s /home/pkr/vis/vl2mv/common/src/array/Makefile ./makefile
> gmake depend
> gmake[3]: Entering directory `/usr2/home/pkr/vis/vl2mv/sun4/src/array'
> makedepend -I. -I/home/pkr/vis/vl2mv/sun4/include array.c array.h
> gmake[3]: Leaving directory `/usr2/home/pkr/vis/vl2mv/sun4/src/array'
> gmake[2]: Leaving directory `/usr2/home/pkr/vis/vl2mv/sun4/src/array'
> gmake lib_aux
> gmake[2]: Entering directory `/usr2/home/pkr/vis/vl2mv/sun4/src/array'
> gmake -w -- CC=gcc VL2MV=/home/pkr/vis/vl2mv MACHINE=sun4 OPTFLAG=-O make_lib
> gmake[3]: Entering directory `/usr2/home/pkr/vis/vl2mv/sun4/src/array'
> gcc -O -I. -I/home/pkr/vis/vl2mv/sun4/include gccsparcOS5 -c array.c
> gcc: gccsparcOS5: No such file or directory
> In file included from array.c:12:
> /usr/include/stdio.h:54: warning: redefinition of `__longlong_t'
> /usr/include/stdio.h:44: warning: `__longlong_t' previously declared here
> gmake[3]: *** [array.o] Error 1
> gmake[3]: Leaving directory `/usr2/home/pkr/vis/vl2mv/sun4/src/array'
> gmake[2]: *** [lib_aux] Error 2
> gmake[2]: Leaving directory `/usr2/home/pkr/vis/vl2mv/sun4/src/array'
> gmake[1]: *** [libarray.a] Error 2
> gmake[1]: Leaving directory `/usr2/home/pkr/vis/vl2mv/sun4/src/array'
> Making graph :..
> gmake[1]: Entering directory `/usr2/home/pkr/vis/vl2mv/sun4/src/graph'
> gmake fix_makefile
> gmake[2]: Entering directory `/usr2/home/pkr/vis/vl2mv/sun4/src/graph'
> rm -f makefile*
> ln -s /home/pkr/vis/vl2mv/common/src/graph/Makefile ./makefile
> gmake depend
> gmake[3]: Entering directory `/usr2/home/pkr/vis/vl2mv/sun4/src/graph'
> makedepend -I. -I/home/pkr/vis/vl2mv/sun4/include graph.c graph_dfs.c graph_s.c graph.h graph_int.h graph_static.h graph_static_int.h
> gmake[3]: Leaving directory `/usr2/home/pkr/vis/vl2mv/sun4/src/graph'
> gmake[2]: Leaving directory `/usr2/home/pkr/vis/vl2mv/sun4/src/graph'
> gmake lib_aux
> gmake[2]: Entering directory `/usr2/home/pkr/vis/vl2mv/sun4/src/graph'
> gmake -w -- CC=gcc VL2MV=/home/pkr/vis/vl2mv MACHINE=sun4 OPTFLAG=-O make_lib
> gmake[3]: Entering directory `/usr2/home/pkr/vis/vl2mv/sun4/src/graph'
> gcc -O -I. -I/home/pkr/vis/vl2mv/sun4/include gccsparcOS5 -c graph.c
> gcc: gccsparcOS5: No such file or directory
> In file included from /home/pkr/vis/vl2mv/sun4/include/util.h:77,
> from graph.c:10:
> /usr/include/stdio.h:54: warning: redefinition of `__longlong_t'
> /usr/include/stdio.h:44: warning: `__longlong_t' previously declared here
> gmake[3]: *** [graph.o] Error 1
> gmake[3]: Leaving directory `/usr2/home/pkr/vis/vl2mv/sun4/src/graph'
> gmake[2]: *** [lib_aux] Error 2
> gmake[2]: Leaving directory `/usr2/home/pkr/vis/vl2mv/sun4/src/graph'
> gmake[1]: *** [libgraph.a] Error 2
> gmake[1]: Leaving directory `/usr2/home/pkr/vis/vl2mv/sun4/src/graph'
> Making list :..
> gmake[1]: Entering directory `/usr2/home/pkr/vis/vl2mv/sun4/src/list'
> gmake fix_makefile
> gmake[2]: Entering directory `/usr2/home/pkr/vis/vl2mv/sun4/src/list'
> rm -f makefile*
> ln -s /home/pkr/vis/vl2mv/common/src/list/Makefile ./makefile
> gmake depend
> gmake[3]: Entering directory `/usr2/home/pkr/vis/vl2mv/sun4/src/list'
> makedepend -I. -I/home/pkr/vis/vl2mv/sun4/include list.c list.h
> gmake[3]: Leaving directory `/usr2/home/pkr/vis/vl2mv/sun4/src/list'
> gmake[2]: Leaving directory `/usr2/home/pkr/vis/vl2mv/sun4/src/list'
> gmake lib_aux
> gmake[2]: Entering directory `/usr2/home/pkr/vis/vl2mv/sun4/src/list'
> gmake -w -- CC=gcc VL2MV=/home/pkr/vis/vl2mv MACHINE=sun4 OPTFLAG=-O make_lib
> gmake[3]: Entering directory `/usr2/home/pkr/vis/vl2mv/sun4/src/list'
> gcc -O -I. -I/home/pkr/vis/vl2mv/sun4/include gccsparcOS5 -c list.c
> gcc: gccsparcOS5: No such file or directory
> In file included from /home/pkr/vis/vl2mv/sun4/include/util.h:77,
> from list.c:21:
> /usr/include/stdio.h:54: warning: redefinition of `__longlong_t'
> /usr/include/stdio.h:44: warning: `__longlong_t' previously declared here
> gmake[3]: *** [list.o] Error 1
> gmake[3]: Leaving directory `/usr2/home/pkr/vis/vl2mv/sun4/src/list'
> gmake[2]: *** [lib_aux] Error 2
> gmake[2]: Leaving directory `/usr2/home/pkr/vis/vl2mv/sun4/src/list'
> gmake[1]: *** [liblist.a] Error 2
> gmake[1]: Leaving directory `/usr2/home/pkr/vis/vl2mv/sun4/src/list'
> Making set :..
> gmake[1]: Entering directory `/usr2/home/pkr/vis/vl2mv/sun4/src/set'
> gcc -g -I/home/pkr/vis/vl2mv/sun4/include gccsparcOS5 -c set.c
> gcc: gccsparcOS5: No such file or directory
> In file included from set.c:23:
> /usr/include/stdio.h:54: warning: redefinition of `__longlong_t'
> /usr/include/stdio.h:44: warning: `__longlong_t' previously declared here
> gmake[1]: *** [set.o] Error 1
> gmake[1]: Leaving directory `/usr2/home/pkr/vis/vl2mv/sun4/src/set'
> Making st :..
> gmake[1]: Entering directory `/usr2/home/pkr/vis/vl2mv/sun4/src/st'
> gmake fix_makefile
> gmake[2]: Entering directory `/usr2/home/pkr/vis/vl2mv/sun4/src/st'
> rm -f makefile*
> ln -s /home/pkr/vis/vl2mv/common/src/st/Makefile ./makefile
> gmake depend
> gmake[3]: Entering directory `/usr2/home/pkr/vis/vl2mv/sun4/src/st'
> makedepend -I. -I/home/pkr/vis/vl2mv/sun4/include st.c st.h
> gmake[3]: Leaving directory `/usr2/home/pkr/vis/vl2mv/sun4/src/st'
> gmake[2]: Leaving directory `/usr2/home/pkr/vis/vl2mv/sun4/src/st'
> gmake lib_aux
> gmake[2]: Entering directory `/usr2/home/pkr/vis/vl2mv/sun4/src/st'
> gmake -w -- CC=gcc VL2MV=/home/pkr/vis/vl2mv MACHINE=sun4 OPTFLAG=-O make_lib
> gmake[3]: Entering directory `/usr2/home/pkr/vis/vl2mv/sun4/src/st'
> gcc -O -I. -I/home/pkr/vis/vl2mv/sun4/include gccsparcOS5 -c st.c
> gcc: gccsparcOS5: No such file or directory
> In file included from st.c:10:
> /usr/include/stdio.h:54: warning: redefinition of `__longlong_t'
> /usr/include/stdio.h:44: warning: `__longlong_t' previously declared here
> gmake[3]: *** [st.o] Error 1
> gmake[3]: Leaving directory `/usr2/home/pkr/vis/vl2mv/sun4/src/st'
> gmake[2]: *** [lib_aux] Error 2
> gmake[2]: Leaving directory `/usr2/home/pkr/vis/vl2mv/sun4/src/st'
> gmake[1]: *** [libst.a] Error 2
> gmake[1]: Leaving directory `/usr2/home/pkr/vis/vl2mv/sun4/src/st'
> Making stack :..
> gmake[1]: Entering directory `/usr2/home/pkr/vis/vl2mv/sun4/src/stack'
> gcc -g -I/home/pkr/vis/vl2mv/sun4/include gccsparcOS5 -c stack.c
> gcc: gccsparcOS5: No such file or directory
> In file included from stack.c:23:
> /usr/include/stdio.h:54: warning: redefinition of `__longlong_t'
> /usr/include/stdio.h:44: warning: `__longlong_t' previously declared here
> gmake[1]: *** [stack.o] Error 1
> gmake[1]: Leaving directory `/usr2/home/pkr/vis/vl2mv/sun4/src/stack'
> Making util :..
> gmake[1]: Entering directory `/usr2/home/pkr/vis/vl2mv/sun4/src/util'
> gmake fix_makefile
> gmake[2]: Entering directory `/usr2/home/pkr/vis/vl2mv/sun4/src/util'
> rm -f makefile*
> ln -s /home/pkr/vis/vl2mv/common/src/util/Makefile ./makefile
> gmake depend
> gmake[3]: Entering directory `/usr2/home/pkr/vis/vl2mv/sun4/src/util'
> makedepend -I. -I/home/pkr/vis/vl2mv/sun4/include cpu_time.c cpu_stats.c getopt.c safe_mem.c strsav.c texpand.c prtime.c pipefork.c saveimage.c pathsearch.c stub.c restart.c state.c tmpfile.c util.h
> gmake[3]: Leaving directory `/usr2/home/pkr/vis/vl2mv/sun4/src/util'
> gmake[2]: Leaving directory `/usr2/home/pkr/vis/vl2mv/sun4/src/util'
> gmake lib_aux
> gmake[2]: Entering directory `/usr2/home/pkr/vis/vl2mv/sun4/src/util'
> gmake -w -- CC=gcc VL2MV=/home/pkr/vis/vl2mv MACHINE=sun4 OPTFLAG=-O make_lib
> gmake[3]: Entering directory `/usr2/home/pkr/vis/vl2mv/sun4/src/util'
> gcc -O -I. -I/home/pkr/vis/vl2mv/sun4/include gccsparcOS5 -c cpu_time.c
> gcc: gccsparcOS5: No such file or directory
> In file included from cpu_time.c:12:
> /usr/include/stdio.h:54: warning: redefinition of `__longlong_t'
> /usr/include/stdio.h:44: warning: `__longlong_t' previously declared here
> gmake[3]: *** [cpu_time.o] Error 1
> gmake[3]: Leaving directory `/usr2/home/pkr/vis/vl2mv/sun4/src/util'
> gmake[2]: *** [lib_aux] Error 2
> gmake[2]: Leaving directory `/usr2/home/pkr/vis/vl2mv/sun4/src/util'
> gmake[1]: *** [libutil.a] Error 2
> gmake[1]: Leaving directory `/usr2/home/pkr/vis/vl2mv/sun4/src/util'
> gmake: *** [all] Error 2
This archive was generated by hypermail 2b29 : Mon Jul 03 2000 - 04:02:09 MDT