From cduan.CTIIS@asavp.calltec.com Mon Mar 15 16:39:42 1999
Received: from MIT.EDU (PACIFIC-CARRIER-ANNEX.MIT.EDU [18.69.0.28]) by rt-11.MIT.EDU (8.7.5/8.7.3) with SMTP id QAA13049 for <bugs@RT-11.MIT.EDU>; Mon, 15 Mar 1999 16:39:41 -0500
Received: from asavp.calltec.com by MIT.EDU with SMTP
id AA11354; Mon, 15 Mar 99 16:40:06 EST
Message-Id: <OF2516571A.F2AC74CA-ON85256735.0075C2AE@calltec.com>
Date: Mon, 15 Mar 99 21:48:37 GMT
From: cduan.CTIIS@asavp.calltec.com
To: krb5-bugs@MIT.EDU
Subject: Can't make krb5-current on hp-ux 10.20
Dear MIT Kerberos specialists:
I download MIT's KRB5-CURRENT source and document scripts into my HP-UX
10.20 system. My system has standard ANSI CC compiler. I make a directory
called hpux under my Kerberos 5 directory /krb5/krb5-current and issues the
following commands under /krb5/krb5-current/hpux:
$ ../src/configure --with-ccopts=3D"-Aa +Olibcalls -D_HPUX_SOURCE"
it is ok.
$ make
I got error: Make: line 364: syntax error of
/krb5/krb5-current/hpux/lib/Makefile. I look at this and following lines:
$(CLIB): $(CLIBS) $(WLIB) $(CDEF) no_glue.obj
##WIN16## link /co /seg:400 /noe /nod /nol \
##WIN16## no_glue, $*.dll, $*.map, $(CLIBS) $(WINLIBS), $(CDEF)
##WIN16## copy $(VERSIONRC) version.rc
##WIN16## rc /nologo /p /k $(CPPFLAGS) -DCE_LIB -D_MSDOS_ -DRES_ONLY
versi
on.rc $*.dll
##WIN16## implib /nologo $@ $*.dll
##WIN32## rc $(CPPFLAGS) -DCE_LIB -D_WIN32 -D_MSDOS_ -DRES_ONLY -fo
versi
on.res $(VERSIONRC)
##WIN32## link $(WINDLLFLAGS) /def:$(CDEF) /out:$*.dll \
##WIN32## no_glue.obj version.res $(CLIBS) $(WINLIBS)
These lines are for window client library. How could they be generated in
the make file.
Please respond this e-mail ASAP.
Thanks,
Charlie Duan
From: tytso@MIT.EDU
To: cduan.CTIIS@asavp.calltec.com
Cc: krb5-bugs@MIT.EDU, gnats-admin@RT-11.MIT.EDU, krb5-prs@RT-11.MIT.EDU
Subject: Re: pending/701: Can't make krb5-current on hp-ux 10.20
Date: Tue, 23 Mar 1999 16:08:35 -0500
Date: Mon, 15 Mar 99 21:48:37 GMT
From: cduan.CTIIS@asavp.calltec.com
I download MIT's KRB5-CURRENT source and document scripts into my HP-UX
10.20 system. My system has standard ANSI CC compiler. I make a directory
called hpux under my Kerberos 5 directory /krb5/krb5-current and issues the
following commands under /krb5/krb5-current/hpux:
$ ../src/configure --with-ccopts=3D"-Aa +Olibcalls -D_HPUX_SOURCE"
it is ok.
$ make
I got error: Make: line 364: syntax error of
/krb5/krb5-current/hpux/lib/Makefile. I look at this and following line=
s:
$(CLIB): $(CLIBS) $(WLIB) $(CDEF) no_glue.obj
##WIN16## link /co /seg:400 /noe /nod /nol \
##WIN16## no_glue, $*.dll, $*.map, $(CLIBS) $(WINLIBS), $(CDEF)
##WIN16## copy $(VERSIONRC) version.rc
##WIN16## rc /nologo /p /k $(CPPFLAGS) -DCE_LIB -D_MSDOS_ -DRES_ONLY version.rc $*.dll
##WIN16## implib /nologo $@ $*.dll
##WIN32## rc $(CPPFLAGS) -DCE_LIB -D_WIN32 -D_MSDOS_ -DRES_ONLY -fo version.res $(VERSIONRC)
##WIN32## link $(WINDLLFLAGS) /def:$(CDEF) /out:$*.dll \
##WIN32## no_glue.obj version.res $(CLIBS) $(WINLIBS)
These lines are for window client library. How could they be generated in
the make file.
That's normal. The # character is the comment character for make, so
all of these lines should be ignored by your make.
I don't recall a problem like this with the HP-UX make, but if it is
still complaining, you may want to try using gmake. Unfortunately some
of the vendor makes distributed... aren't very good. If it's a minor
thing we'll try to work around it, but if it's a major problem with the
vendor make, we typically tell people to (a) complain to the vendor, and
(b) use gmake.
- Ted
Responsible-Changed-From-To: gnats-admin->tytso
Responsible-Changed-By: raeburn
Responsible-Changed-When: Thu Jul 1 22:21:48 1999
Responsible-Changed-Why:
Ted's was handling it ... need to ping him for update, else ask the
user.
Received: from MIT.EDU (PACIFIC-CARRIER-ANNEX.MIT.EDU [18.69.0.28]) by rt-11.MIT.EDU (8.7.5/8.7.3) with SMTP id QAA13049 for <bugs@RT-11.MIT.EDU>; Mon, 15 Mar 1999 16:39:41 -0500
Received: from asavp.calltec.com by MIT.EDU with SMTP
id AA11354; Mon, 15 Mar 99 16:40:06 EST
Message-Id: <OF2516571A.F2AC74CA-ON85256735.0075C2AE@calltec.com>
Date: Mon, 15 Mar 99 21:48:37 GMT
From: cduan.CTIIS@asavp.calltec.com
To: krb5-bugs@MIT.EDU
Subject: Can't make krb5-current on hp-ux 10.20
Show quoted text
>Number: 701
>Category: krb5-build
>Synopsis: Can't make krb5-current on hp-ux 10.20
>Confidential: yes
>Severity: serious
>Priority: medium
>Responsible: tytso
>State: open
>Class: sw-bug
>Submitter-Id: unknown
>Arrival-Date: Mon Mar 15 16:40:00 EST 1999
>Last-Modified: Fri Sep 14 13:33:21 EDT 2001
>Originator: Charlie Duan
>Organization:
>Release:
>Environment:
HPUX 10.20>Category: krb5-build
>Synopsis: Can't make krb5-current on hp-ux 10.20
>Confidential: yes
>Severity: serious
>Priority: medium
>Responsible: tytso
>State: open
>Class: sw-bug
>Submitter-Id: unknown
>Arrival-Date: Mon Mar 15 16:40:00 EST 1999
>Last-Modified: Fri Sep 14 13:33:21 EDT 2001
>Originator: Charlie Duan
>Organization:
>Release:
>Environment:
Show quoted text
>Description:
Dear MIT Kerberos specialists:
I download MIT's KRB5-CURRENT source and document scripts into my HP-UX
10.20 system. My system has standard ANSI CC compiler. I make a directory
called hpux under my Kerberos 5 directory /krb5/krb5-current and issues the
following commands under /krb5/krb5-current/hpux:
$ ../src/configure --with-ccopts=3D"-Aa +Olibcalls -D_HPUX_SOURCE"
it is ok.
$ make
I got error: Make: line 364: syntax error of
/krb5/krb5-current/hpux/lib/Makefile. I look at this and following lines:
$(CLIB): $(CLIBS) $(WLIB) $(CDEF) no_glue.obj
##WIN16## link /co /seg:400 /noe /nod /nol \
##WIN16## no_glue, $*.dll, $*.map, $(CLIBS) $(WINLIBS), $(CDEF)
##WIN16## copy $(VERSIONRC) version.rc
##WIN16## rc /nologo /p /k $(CPPFLAGS) -DCE_LIB -D_MSDOS_ -DRES_ONLY
versi
on.rc $*.dll
##WIN16## implib /nologo $@ $*.dll
##WIN32## rc $(CPPFLAGS) -DCE_LIB -D_WIN32 -D_MSDOS_ -DRES_ONLY -fo
versi
on.res $(VERSIONRC)
##WIN32## link $(WINDLLFLAGS) /def:$(CDEF) /out:$*.dll \
##WIN32## no_glue.obj version.res $(CLIBS) $(WINLIBS)
These lines are for window client library. How could they be generated in
the make file.
Please respond this e-mail ASAP.
Thanks,
Charlie Duan
Show quoted text
>How-To-Repeat:
>Fix:
>Audit-Trail:
>Fix:
>Audit-Trail:
From: tytso@MIT.EDU
To: cduan.CTIIS@asavp.calltec.com
Cc: krb5-bugs@MIT.EDU, gnats-admin@RT-11.MIT.EDU, krb5-prs@RT-11.MIT.EDU
Subject: Re: pending/701: Can't make krb5-current on hp-ux 10.20
Date: Tue, 23 Mar 1999 16:08:35 -0500
Date: Mon, 15 Mar 99 21:48:37 GMT
From: cduan.CTIIS@asavp.calltec.com
I download MIT's KRB5-CURRENT source and document scripts into my HP-UX
10.20 system. My system has standard ANSI CC compiler. I make a directory
called hpux under my Kerberos 5 directory /krb5/krb5-current and issues the
following commands under /krb5/krb5-current/hpux:
$ ../src/configure --with-ccopts=3D"-Aa +Olibcalls -D_HPUX_SOURCE"
it is ok.
$ make
I got error: Make: line 364: syntax error of
/krb5/krb5-current/hpux/lib/Makefile. I look at this and following line=
s:
$(CLIB): $(CLIBS) $(WLIB) $(CDEF) no_glue.obj
##WIN16## link /co /seg:400 /noe /nod /nol \
##WIN16## no_glue, $*.dll, $*.map, $(CLIBS) $(WINLIBS), $(CDEF)
##WIN16## copy $(VERSIONRC) version.rc
##WIN16## rc /nologo /p /k $(CPPFLAGS) -DCE_LIB -D_MSDOS_ -DRES_ONLY version.rc $*.dll
##WIN16## implib /nologo $@ $*.dll
##WIN32## rc $(CPPFLAGS) -DCE_LIB -D_WIN32 -D_MSDOS_ -DRES_ONLY -fo version.res $(VERSIONRC)
##WIN32## link $(WINDLLFLAGS) /def:$(CDEF) /out:$*.dll \
##WIN32## no_glue.obj version.res $(CLIBS) $(WINLIBS)
These lines are for window client library. How could they be generated in
the make file.
That's normal. The # character is the comment character for make, so
all of these lines should be ignored by your make.
I don't recall a problem like this with the HP-UX make, but if it is
still complaining, you may want to try using gmake. Unfortunately some
of the vendor makes distributed... aren't very good. If it's a minor
thing we'll try to work around it, but if it's a major problem with the
vendor make, we typically tell people to (a) complain to the vendor, and
(b) use gmake.
- Ted
Responsible-Changed-From-To: gnats-admin->tytso
Responsible-Changed-By: raeburn
Responsible-Changed-When: Thu Jul 1 22:21:48 1999
Responsible-Changed-Why:
Ted's was handling it ... need to ping him for update, else ask the
user.
Show quoted text
>Unformatted: