Path: utzoo!utgpu!news-server.csri.toronto.edu!rutgers!sun-barr!cs.utexas.edu!uunet!snorkelwacker!mit-eddie!uw-beaver!cornell!rochester!udel!mmdf From: UPSYF173%DBIUNI11.BITNET@cunyvm.cuny.edu (Wolfgang Thiel) Newsgroups: comp.os.minix Subject: Re: How do I build libraries with gcc-ar ? Message-ID: <32527@nigel.ee.udel.edu> Date: 5 Oct 90 08:31:46 GMT Sender: mmdf@ee.udel.edu Lines: 11 gcc-ar rs libc.a file .... The s flag means: create SYMDEF header. But: the 1.36 gcc-ar didn't work together with 1.5.10 ST. There are incompatible open() FLAGS (at least). So you have to recompile gcc-ar with the new library first before you can create the library.. .Ha H I recompiled open f,pen ,..,ansferred the objects to TOS and replaced the gcc-minix-library there. Then I recom- piled minix gcc-ar with this updated (half-functioning) library, made the new libc.a's andcompiled gcc-ar again. BTW: gcc-ar.c needs a com- piler with 32-Bit int's. So don't even try it with ACK. Wolfgang