Path: utzoo!attcan!uunet!cs.utexas.edu!rice!rice!sun-spots-request From: scs@lokkur.dexter.mi.us (Steve Simmons) Newsgroups: comp.sys.sun Subject: Re: Gnu C vs. cc Keywords: Software Message-ID: <1990Nov2.003014.11387@rice.edu> Date: 2 Nov 90 00:20:00 GMT Sender: sun-spots-request@rice.edu Organization: Sun-Spots Lines: 10 Approved: Sun-Spots@rice.edu Originator: spots@titan.rice.edu X-Sun-Spots-Digest: Volume 9, Issue 356, message 2 X-Original-Date: Mon, 8 Oct 90 03:40:37 GMT X-Refs: Original: v9n311, Replies: v9n320 richard@unipalm.co.uk (Richard) writes: >Also important for us is the fact that gcc can't (in my version) handle >shared libraries. Not so; gnu ld cannot handle shared libraries. If you use the system ld (or simply do 'gcc -o file -O file.o') it will use shared libraries just fine. True from 3.4 thru 4.0. Steve