Path: utzoo!telly!ddsw1!lll-winken!uunet!tut.cis.ohio-state.edu!APPLE.COM!mrspoc!kayvan From: mrspoc!kayvan@APPLE.COM (Kayvan Sylvan) Newsgroups: gnu.gcc.bug Subject: -Bstatic Message-ID: <8901191932.AA01394@mrspoc.UUCP> Date: 20 Jan 89 03:32:47 GMT References: <3620@emory.uucp> Sender: daemon@tut.cis.ohio-state.edu Reply-To: mrspoc!kayvan@apple.com Distribution: gnu Organization: GNUs Not Usenet Lines: 12 From: apple!gatech.edu!emory!km (Ken Mandelberg) Anyone know how to pass -Bstatic past gcc to ld on a Sun? Gcc uses -B itself. This is a bit of a bogus answer, but use: gcc -c -... source.c ld -Bstatic -o foobaz source.o ---Kayvan