public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
* problem with kerberos compile using gcc on AIX
@ 2000-04-28 11:44 Fuller, Lynwood
  2000-04-29  5:31 ` Alexandre Oliva
  0 siblings, 1 reply; 2+ messages in thread
From: Fuller, Lynwood @ 2000-04-28 11:44 UTC (permalink / raw)
  To: 'gcc-help@gcc.gnu.org'

Please help, I am compiling kerberos 5-1.1.1 on an IBM RS6000 
running AIX 4.1.2 using gcc version 2.95.2 19991024 (release).
 After executing "./configure" I get the following 
out-put from the make command. I would appreciate any suggestions
 on overcoming this obstacle.

warehs:src # make
making all in util...
/lv04/krb5-1.1.1/src/util
make[1]: Entering directory `/lv04/krb5-1.1.1/src/util'
making all in util/et...
/lv04/krb5-1.1.1/src/util/et
make[2]: Entering directory `/lv04/krb5-1.1.1/src/util/et'
Makefile:567: warning: overriding commands for target `libcom_err.a'
Makefile:544: warning: ignoring old commands for target `libcom_err.a'
Makefile:584: warning: overriding commands for target
`../../lib/libcom_err.a'
Makefile:581: warning: ignoring old commands for target
`../../lib/libcom_err.a'
if cmp ./com_err.h \
../../include/com_err.h >/dev/null 2>&1; then :; \
else \
        (set -x; rm -f ../../include/com_err.h; \
         cp ./com_err.h \
                ../../include/com_err.h) ; \
fi
make[2]: Leaving directory `/lv04/krb5-1.1.1/src/util/et'
making all in util/ss...
/lv04/krb5-1.1.1/src/util/ss
make[2]: Entering directory `/lv04/krb5-1.1.1/src/util/ss'
Makefile:634: warning: overriding commands for target `libss.a'
Makefile:611: warning: ignoring old commands for target `libss.a'
Makefile:651: warning: overriding commands for target `../../lib/libss.a'
Makefile:648: warning: ignoring old commands for target `../../lib/libss.a'
if [ -d ../../include/ss ] ; then :; else mkdir -p ../../include/ss; fi
for i in ss.h  ; do \
        if cmp ./$i ../../include/ss/$i >/dev/null 2>&1; then :; \
        else \
                (set -x; rm -f ../../include/ss/$i; \
                 cp ./$i ../../include/ss/$i) ; \
        fi ; \
done
for i in ss_err.h ; do \
        if cmp $i ../../include/ss/$i >/dev/null 2>&1; then :; \
        else \
                (set -x; rm -f ../../include/ss/$i; \
                 cp $i ../../include/ss/$i) ; \
        fi ; \
done
rm -f libss.a.1.0
building shared ss library (1.0)
rm libss.a.1.0
ar cq libss.a.1.0 ./ss_err.o ./std_rqs.o ./invocation.o ./help.o
./execute_cmd.o
 ./listen.o ./parse.o ./error.o ./prompt.o ./request_tbl.o ./list_rqs.o
./pager.
o ./requests.o ./data.o
ld: 0706-026 The -b filelist option is ignored.
ld: 0711-327 WARNING: Entry point not found: __start
ld: 0711-317 ERROR: Undefined symbol: _et_list
ld: 0711-317 ERROR: Undefined symbol: .com_err_va
ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more
information.
collect2: ld returned 8 exit status
make[2]: *** [libss.a.1.0] Error 1
make[2]: Leaving directory `/lv04/krb5-1.1.1/src/util/ss'
make[1]: *** [all-recurse] Error 1
make[1]: Leaving directory `/lv04/krb5-1.1.1/src/util'
make: *** [all-recurse] Error 1
_________________________________________________________________

These are options I tried with configure and got the same result:

./configure  --with-cc=gcc --with-linker=ld --with-ccopts=-O

and also

./configure  --with-cc=gcc --with-linker=ld --with-ccopts=-O \
        --with-cppopts='-DANL_DCE -DAFS524 -ULOGIN_CAP_F ' --prefix=/krb5

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: problem with kerberos compile using gcc on AIX
  2000-04-28 11:44 problem with kerberos compile using gcc on AIX Fuller, Lynwood
@ 2000-04-29  5:31 ` Alexandre Oliva
  0 siblings, 0 replies; 2+ messages in thread
From: Alexandre Oliva @ 2000-04-29  5:31 UTC (permalink / raw)
  To: Fuller, Lynwood; +Cc: 'gcc-help@gcc.gnu.org'

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 691 bytes --]

On Apr 28, 2000, "Fuller, Lynwood" <fullerl@djj.state.va.us> wrote:

> Please help, I am compiling kerberos 5-1.1.1 on an IBM RS6000 
> running AIX 4.1.2 using gcc version 2.95.2 19991024 (release).
> After executing "./configure" I get the following 
> out-put from the make command.

It doesn't look like a GCC problem.  Looks more like a problem in the
way krb5 tries to create shared libraries.

-- 
Alexandre Oliva    Enjoy Guaraná, see http://www.ic.unicamp.br/~oliva/
Cygnus Solutions, a Red Hat company        aoliva@{redhat, cygnus}.com
Free Software Developer and Evangelist    CS PhD student at IC-Unicamp
oliva@{lsd.ic.unicamp.br, gnu.org}   Write to mailing lists, not to me

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2000-04-29  5:31 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-04-28 11:44 problem with kerberos compile using gcc on AIX Fuller, Lynwood
2000-04-29  5:31 ` Alexandre Oliva

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).