[sudo-users] Sudo Comiplation for HP-PA Risc 1.1

Ruchi Verma ver.ruchi at gmail.com
Wed May 14 10:53:56 EDT 2008


Hi,

I used this now :

CFLAGS = -Wa,+DAportable

# Flags to pass to the link stage
LDFLAGS =
SUDO_LDFLAGS =  $(LDFLAGS)

# Where to install things...
prefix = /opt/soe/local/sudo-1.6.9
exec_prefix = /opt/soe/local/sudo-1.6.9
bindir = $(exec_prefix)/bin
sbindir = $(exec_prefix)/sbin
sysconfdir = /opt/soe/local/etc
mandir = /opt/soe/local/sudo-1.6.9/man
noexecdir = ${exec_prefix}/libexec
datarootdir = ${prefix}/share

# Directory in which to install sudo.
sudodir = $(bindir)

# Directory in which to install visudo
visudodir = $(sbindir)
# Directory in which to install the sudoers file
"Makefile" 402 lines, 15456 characters
# make
        gcc -c -I. -I.  -Wa,+DAportable
-D_PATH_SUDOERS=\"/opt/soe/local/etc/sudoers\"
-D_PATH_SUDOERS_TMP=\"/opt/soe/local/etc/sudoers.tmp\" -DSUDOERS_UID=0
-DSUDOERS_GID=0 -DSUDOERS_MODE=0440  check.c
Assembler messages:
*Can't open +DAportable for reading: No such file or directory
*        gcc -c -I. -I.  -Wa,+DAportable
-D_PATH_SUDOERS=\"/opt/soe/local/etc/sudoers\"
-D_PATH_SUDOERS_TMP=\"/opt/soe/local/etc/sudoers.tmp\" -DSUDOERS_UID=0
-DSUDOERS_GID=0 -DSUDOERS_MODE=0440  env.c
Assembler messages:
Can't open +DAportable for reading: No such file or directory

The C compiler which i am using is :

# swlist | grep -i gcc
  gcc                                   3.4.3          gcc
  libgcc                                4.2.3          libgcc
#




On 5/14/08, Todd C. Miller <Todd.Miller at courtesan.com> wrote:
>
> In message <33df27e70805140738i47533ed5t688edcc89d9ef696 at mail.gmail.com>
>        so spake "Ruchi Verma" (ver.ruchi):
>
> There should be a comma, not a space there.  E.g.
>
> # Usually -O and/or -g
> CFLAGS = -Wa,+DAportable
>
> # Flags to pass to the link stage
> LDFLAGS = -Wa,+DAportable
> SUDO_LDFLAGS =  $(LDFLAGS)
>
> What error did you get using the comma version?  It's possible that
> you only need the CFLAGS line.
>
> - todd
>



More information about the sudo-users mailing list