All Content
Blogs
Forums
News
Tutorials
Log In
Sign Up
Login
Username / Email
Password
Remember me
Forgot password?
Login
or
Don't have a GameDev.net account?
Sign up
Forgot your password?
Email Address
Reset Password
Please contact us if you have any trouble resetting your password.
Home
Blogs
Forums
News
Portfolios
Projects
Tutorials
17
users logged in
New?
Learn about game development
.
Before posting, review our
community guidelines
.
Support GameDev.net with a monthly
GDNet+ subscription
!
Follow Us
Chat in the
GameDev.net Discord!
Back to General and Gameplay Programming
Advertisement
Building a library
General and Gameplay Programming
Programming
Started by
Rene
January 06, 2000 08:02 AM
0
comments, last by
Rene
24 years, 11 months ago
Rene
Author
122
January 06, 2000 08:02 AM
How do i build a library with GCC (djgpp), or should i use the linker LD. - Thanx
Cancel
Save
Rock2000
122
January 07, 2000 11:28 AM
You use the ar utility after you''ve compiled the source file(s) to their object file(s). Generally the form is:
ar rsv libname.a obj1.o obj2.o objN.o
Rock
Cancel
Save
This topic is closed to new replies.
Advertisement
Popular Topics
poker game
For Beginners
Nested switch statements
General and Gameplay Programming
force opengl to use software rendering
Graphics and GPU Programming
Time to give up my engine?
Engines and Middleware
Cubemap Sampling Artifacts
Graphics and GPU Programming
Falloff
Math and Physics
Advertisement
Recommended Tutorials
9 Tips on Localizing Audio
Music and Sound FX
Dreaming Media
Interviews
Five Lessons I Learned From The GDC
General and Gameplay Programming
Thin Film Interference for Computer Graphics
Graphics and GPU Programming
Making Your Libraries Release-Friendly
General and Gameplay Programming
Reticulating splines
About GameDev.net
Community Guidelines
Terms of Service
Privacy Policy
Contact Us
Copyright (c) 1999-2024 GameDev.net, LLC
Back to Top