Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!wuarchive!udel!haven.umd.edu!uvaarpa!mmdf From: magill@dccs.upenn.edu (William H. Magill) Newsgroups: comp.lang.perl Subject: Compiling 4.003 on an ULTRIX 4.1 Message-ID: <1991Jun5.202422.4467@uvaarpa.Virginia.EDU> Date: 5 Jun 91 20:24:22 GMT Sender: mmdf@uvaarpa.Virginia.EDU (Uvaarpa Mail System) Reply-To: magill@dccs.upenn.edu Organization: The Internet Lines: 48 | From: frechett@spot.Colorado.EDU (-=Runaway Daemon=-) | Date: 1 Jun 91 00:04:34 GMT | | When I do a make it is all fine until | gcc -c `sh cflags.SH util.o` util.c | CFLAGS = -DLANGUAGE_C -O | util.c: In function memcmp: | util.c:1394: argument `s1' doesn't match function prototype | util.c:1394: argument `s2' doesn't match function prototype | util.c:1394: argument `len' doesn't match function prototype | util.c: In function scanhex: | util.c:1517: warning: assignment of pointer from integer lacks a cast | *** Error code 1 | | Stop. | | Anyone else out there on a DECStation running ULTRIX 4.1 that can tell | me what is wrong.. This warning came up a few other times but it didn't | stop it. Help. thanks. | Interesting. I just sucked down 4.3 from jpl and compiled it with no errors. I took all the assorted defaults - including the -0limit 2900 cc -c `sh cflags.SH util.o` util.c CFLAGS = -DLANGUAGE_C -Olimit 2900 -O since I don't have gcc up on this system (DECstation 5000/200 Ultrix 4.1 - including a patch for a bug in sh related to an interaction with find.) However, I get 4 failures in the test suite. op/eval........FAILED on test 9 op/groups......FAILED on test 1 op/s...........FAILED on test 40 lib/big........../lib/bigint.pl did not return a true value at ./lib/big.t line 2. FAILED on test 0 Failed 4 tests. *** Error code 9 (ignored) Now all I have to do is see what works and doesn't work. William H. Magill Manager, PennNet Technical Services Data Communications and Computing Services (DCCS) University of Pennsylvania Internet: magill@dccs.upenn.edu magill@eniac.seas.upenn.edu magill@upenn.edu