compile help with linux/Alpha

Love lha at stacken.kth.se
Fri Sep 1 22:36:21 CEST 2000


Robert Klingsten <bladex at engin.umich.edu> writes:

> Hello there --
> 
> I've been trying to get a clean compile on Alpha Linux 
> (Redhat 6.2 - 2.2.14 kernel on a Ruffian) and ran into a snag. 
> I'm not much of a C programmer, so maybe someone can give me a hint
> or 3? This is with arla 0.34.2 and krb4-1.0.2...  I wish I knew
> more to help myself.  BTW, egcs-2.91.66 too.  Anyway, here's the
> blowup:

apwd is part of the test-suite that we use to verify that we haven't
reintroduced any of the old bugs.

That also means that its not nessecery for arla to work.

Just do a `make -k install' and you'll get everything except the texinfo
documentation.

But the error should be corrected.

> gcc -c  -DHAVE_CONFIG_H -I. -I. -I../include -I./../include -I/usr/athena/include -g  -Wall -Wmissing-prototypes -Wpointer-arith -Wbad-function-cast -Wmissing-declarations -Wnested-externs  -I../rxdef -I./../appl/lib apwd.c
> apwd.c: In function `test_1':
> apwd.c:297: warning: unsigned int format, different type arg (arg 3)
> apwd.c:301: warning: unsigned int format, different type arg (arg 4)
> apwd.c:356: warning: int format, different type arg (arg 3)
> apwd.c: At top level:
> apwd.c:389: parse error before `sys_getcwd'

Try to find where the macro _syscall2 is defined.

  find /usr/include/ -type f | xargs grep -n _syscall2

is your friend.

Love





More information about the Arla-drinkers mailing list