public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
* other/5618: make failure in library compilation on AIX 4.3.3
@ 2002-02-06 14:36 ebates
  0 siblings, 0 replies; 2+ messages in thread
From: ebates @ 2002-02-06 14:36 UTC (permalink / raw)
  To: gcc-gnats


>Number:         5618
>Category:       other
>Synopsis:       make failure in library compilation on AIX 4.3.3
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    unassigned
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Wed Feb 06 14:36:00 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     ebates@ebix.com
>Release:        3.0.3
>Organization:
>Environment:
powerpc-ibm-aix4.3.3.0
>Description:
make unable to find install-sh with relative paths.
>How-To-Repeat:
make bootstrap
>Fix:
Fixed the symptomps by patching the Makefiles with the following commands:

cd powerpc-ibm-aix4.3.3.0
for MKFILE in `find . -name 'Makefile'`; do
  if grep -q -e " \..*/install-sh" ${MKFILE} 2>/dev/null; then
    echo "${MKFILE} ... \c"
    if [[ -s ${MKFILE}-orig ]]; then
      echo "not replaced: ${MKFILE}-orig exists"
    else
      sed "s, \..*/install-sh, /usr/gnu/gcc-3.0.3/install-sh," ${MKFILE} > ${MKFILE}-new
      mv ${MKFILE} ${MKFILE}-orig
      mv ${MKFILE}-new ${MKFILE}
      echo "updated"
    fi
  fi
done

I know that's not the way to really fix it, but that's all I had time for.
>Release-Note:
>Audit-Trail:
>Unformatted:


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

* Re: other/5618: make failure in library compilation on AIX 4.3.3
@ 2002-02-24  3:50 rodrigc
  0 siblings, 0 replies; 2+ messages in thread
From: rodrigc @ 2002-02-24  3:50 UTC (permalink / raw)
  To: ebates, gcc-bugs, gcc-prs, nobody

Synopsis: make failure in library compilation on AIX 4.3.3

State-Changed-From-To: open->closed
State-Changed-By: rodrigc
State-Changed-When: Sat Feb 23 22:08:00 2002
State-Changed-Why:
    Due to problems with the "install" program that comes with
    AIX, you must configure gcc using absoluate
    paths, ie. /path/to/gcc/configure instead of ../../gcc/configure

http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=5618


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

end of thread, other threads:[~2002-02-24  6:08 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-02-06 14:36 other/5618: make failure in library compilation on AIX 4.3.3 ebates
2002-02-24  3:50 rodrigc

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).