Once upon a time, Tom Horsley <[email protected]> said:
> I'm sure I told it to install all the software development
> package groups, but I just tried this:
> 
> tomh> gcc -g -static -o fact /usr/lib/NightView/fact.c

Static linking doesn't guarantee a binary that doesn't look for dynamic
libraries at run-time and doesn't get sub-arch specific code (among
other reasons), so it is discouraged.

Why are you trying to link statically?
-- 
Chris Adams <[email protected]>
Systems and Network Administrator - HiWAAY Internet Services
I don't speak for anybody but myself - that's enough trouble.

-- 
fedora-list mailing list
[email protected]
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines

Reply via email to