Compiling expat on AIX PowerPC

michael.maggio@effem.com michael.maggio@effem.com
Tue Oct 2 09:30:02 2001


Unfortunately, the new Makefile.in still didn't sove the problem, but I think I
found a solution.  Placing two colons after the $(SUBDIRS) target forces it to
compile the subdirectories properly.  Otherwise, it looks like this version of
make just treats the directories as regular files and checks their creation
date.  Since the directories have no prerequisites, make just assumes they are
"up-to-date".

$(SUBDIRS)::
        cd $@ && $(MAKE)

- Michael C. Maggio
 ISI-Mars, Mt Olive, NJ
 Work: 973-448-3182
 Cell: 908-310-8403
 Pager: 800-759-8888 #1083559
|---------------+---------------+---------------+--------------->
|               |               |   "Fred L.    |               |
|               |               |   Drake, Jr." |               |
|               |               |   <fdrake@acm.|               |
|               |               |   org>        |               |
|               |               |   acm.org     |               |
|               |               |               |               |
|               |               |   10/02/01    |               |
|               |               |   09:30 AM    |               |
|               |               |               |               |
|---------------+---------------+---------------+--------------->
  >---------------|
  |               |
  |               |
  |     To:       |
  |        Michael|
  |        C.     |
  |        Maggio/|
  |        MTO/Eff|
  |        em     |
  |     cc:       |
  |        expat-b|
  |        ugs@lis|
  |        ts.sour|
  |        ceforge|
  |        .net   |
  |               |
  |               |
  |               |
  |     Subject:  |
  |        Re:    |
  |        Compili|
  |        ng     |
  |        expat  |
  |        on AIX |
  |        PowerPC|
  |               |
  |               |
  >---------------|







michael.maggio@effem.com writes:
> I'd be willing to test it.  Could you send me the updated configure=

> and makefile template?  I don't think I'm able to access CVS
> through our firewall.

 The added "-c" in the configure script is the only change there.
I'm attaching a new Makefile.in; re-run configure (or run the
generated config.status), then run make.
 Thanks!


 -Fred

--
Fred L. Drake, Jr.  <fdrake at acm.org>
PythonLabs at Zope Corporation