Shaj,
If you type "make --version" in the shell, it should give you the
version of make. If it does not, you are not using gnu make, and that
may be the problem. See if you have gmake. If not, download gnu make
and try again. The address for the download is in the vis README.
Let us know if things work out!
Roderick.
"M.N.S.Shahjahan" wrote:
>
> > Date: Wed, 07 Feb 2001 18:31:53 -0700
> > From: Roderick Bloem <roderick.bloem@colorado.edu>
> > X-Accept-Language: en
> > MIME-Version: 1.0
> > To: vis-users@lists.colorado.edu, "M.N.S.Shahjahan" <shaj@RealChip.com>
> > Subject: Re: Problem in VIS- compiling.
> > Content-Transfer-Encoding: 7bit
> >
> > Dear Shaj,
> >
> > To see what went wrong, we'll need the following:
>
> Hi Roderick,
>
> here is the answer for your questions.
>
> > Output of:
> > * configure script
>
> A config.log file is attached.
>
> > * uname -a
>
> SunOS sicore0 5.6 Generic sun4u sparc SUNW,Ultra-1
>
> > * gcc --version
>
> gcc version 2.8.1
>
> > * make --version
>
> how do i find this?.
>
>
>
> thanks
> -Shaj
>
> >
> >
> > Best,
> >
> > Roderick.
> >
> >
> > "M.N.S.Shahjahan" wrote:
> > >
> > > Hi,
> > >
> > > I did download vis-1.3 version for solaris. I used gcc to combile the
> > > source. When i type 'make' it gives me the following error. What is the
> > > work around?.
> > >
> > > % make
> > > make:Fatal error in reader: Makefile, line 182: Unexpected end of line
> > > seen
> > >
> > > Expecting your reply asap. Thanks for the co-operation in advance.
> > >
> > > Regards
> > > -Shaj
> > >
> > > --
> > > M.N.S.SHAHJAHAN
> > > Systems Administrator
> > > RealChip Communications
> > > 1290, Oakmead Pkwy, #218
> > > Sunnyvale. CA- 94086
> > > Phone: 408-7359065 ext-335
> > > Email: shaj@RealChip.com
>
> ------------------------------------------------------------------------
> This file contains any messages produced by compilers while
> running configure, to aid debugging if configure makes a mistake.
>
> configure:647: checking for ar
> configure:679: checking for ranlib
> configure:734: checking host system type
> configure:755: checking target system type
> configure:773: checking build system type
> configure:823: checking for gcc
> configure:900: checking whether the C compiler (gcc ) works
> configure:914: gcc -o conftest conftest.c 1>&5
> configure:934: checking whether the C compiler (gcc ) is a cross-compiler
> configure:939: checking whether we are using GNU C
> configure:948: gcc -E conftest.c
> configure:963: checking whether gcc accepts -g
> configure:1025: checking for a BSD compatible install
> configure:1202: checking for flex
> configure:1235: checking for yywrap in -ll
> configure:1254: gcc -o conftest -g -O3 conftest.c -ll 1>&5
> configure:1277: checking if lex accepts the -o and -P options
> configure:1301: checking for bison
> configure:1301: checking for byacc
> configure:1331: checking if yacc accepts the -p, -t, and -o options
> configure:1357: checking how to run the C preprocessor
> configure:1378: gcc -E conftest.c >/dev/null 2>conftest.out
> configure:1418: checking for ANSI C header files
> configure:1431: gcc -E conftest.c >/dev/null 2>conftest.out
> configure:1498: gcc -o conftest -g -O3 conftest.c 1>&5
> configure:1531: checking for main in -lucb
> configure:1546: gcc -o conftest -g -O3 -L/usr/ucblib conftest.c -lucb 1>&5
> configure:1571: checking for main in -lbsd
> configure:1586: gcc -o conftest -g -O3 conftest.c -lbsd 1>&5
> ld: fatal: library -lbsd: not found
> ld: fatal: File processing errors. No output written to conftest
> configure: failed program was:
> #line 1579 "configure"
> #include "confdefs.h"
>
> int main() {
> main()
> ; return 0; }
> configure:1618: checking for readline in -lreadline
> configure:1637: gcc -o conftest -g -O3 conftest.c -lreadline -ltermcap 1>&5
> ld: fatal: library -lreadline: not found
> ld: fatal: File processing errors. No output written to conftest
> configure: failed program was:
> #line 1626 "configure"
> #include "confdefs.h"
> /* Override any gcc2 internal prototype to avoid an error. */
> /* We use char because int might match the return type of a gcc2
> builtin and then its argument prototype would still apply. */
> char readline();
>
> int main() {
> readline()
> ; return 0; }
> configure:1673: checking for dirent.h that defines DIR
> configure:1686: gcc -c -g -O3 conftest.c 1>&5
> configure:1711: checking for opendir in -ldir
> configure:1730: gcc -o conftest -g -O3 conftest.c -ldir 1>&5
> ld: fatal: library -ldir: not found
> ld: fatal: File processing errors. No output written to conftest
> configure: failed program was:
> #line 1719 "configure"
> #include "confdefs.h"
> /* Override any gcc2 internal prototype to avoid an error. */
> /* We use char because int might match the return type of a gcc2
> builtin and then its argument prototype would still apply. */
> char opendir();
>
> int main() {
> opendir()
> ; return 0; }
> configure:1799: checking for sys/termios.h
> configure:1809: gcc -E conftest.c >/dev/null 2>conftest.out
> configure:1799: checking for sys/ioctl.h
> configure:1809: gcc -E conftest.c >/dev/null 2>conftest.out
> configure:1799: checking for sys/time.h
> configure:1809: gcc -E conftest.c >/dev/null 2>conftest.out
> configure:1799: checking for signal.h
> configure:1809: gcc -E conftest.c >/dev/null 2>conftest.out
> configure:1799: checking for sys/signal.h
> configure:1809: gcc -E conftest.c >/dev/null 2>conftest.out
> configure:1841: checking for bsd/sgtty.h
> configure:1851: gcc -E conftest.c >/dev/null 2>conftest.out
> configure:1847: bsd/sgtty.h: No such file or directory
> configure: failed program was:
> #line 1846 "configure"
> #include "confdefs.h"
> #include <bsd/sgtty.h>
> configure:1882: checking whether sys/termios.h and sys/ioctl.h should both be included
> configure:1896: gcc -E conftest.c >/dev/null 2>conftest.out
> configure:1925: checking for TIOCGETC
> configure:2019: checking for working const
> configure:2073: gcc -c -g -O3 conftest.c 1>&5
> configure:2096: checking whether time.h and sys/time.h may both be included
> configure:2110: gcc -c -g -O3 conftest.c 1>&5
> configure:2132: checking whether struct tm is in sys/time.h or time.h
> configure:2145: gcc -c -g -O3 conftest.c 1>&5
> configure:2168: checking return type of signal handlers
> configure:2190: gcc -c -g -O3 conftest.c 1>&5
> configure:2224: checking whether gcc needs -traditional
> configure:2270: checking for 8-bit clean memcmp
> configure:2288: gcc -o conftest -g -O3 conftest.c 1>&5
> configure:2306: checking return type of signal handlers
> configure:2349: checking for gettimeofday
> configure:2377: gcc -o conftest -g -O3 conftest.c 1>&5
> configure:2349: checking for strchr
> configure:2377: gcc -o conftest -g -O3 conftest.c 1>&5
> configure:2349: checking for strstr
> configure:2377: gcc -o conftest -g -O3 conftest.c 1>&5
> configure:2349: checking for setvbuf
> configure:2377: gcc -o conftest -g -O3 conftest.c 1>&5
> configure:2349: checking for getenv
> configure:2377: gcc -o conftest -g -O3 conftest.c 1>&5
> configure:2349: checking for unlink
> configure:2377: gcc -o conftest -g -O3 conftest.c 1>&5
> configure:2410: checking for mawk
> configure:2410: checking for gawk
> configure:2410: checking for nawk
This archive was generated by hypermail 2b29 : Thu Feb 08 2001 - 11:38:40 MST