View Single Post
Old Jan 18th, 2007, 8:33 AM   #1
rwm
Professional Programmer
 
Join Date: Jan 2007
Location: Cape Town
Posts: 291
Rep Power: 2 rwm is on a distinguished road
dynamic libraries?

hi,

the last of my 3 most important questions!

how can i create libraries?

im confused as to what libraries are in linux, i.e.

what is a windows static library (*.lib) in linux? is it a *.o file created using

[code]
g++ -c prog prog.cpp
[\code]

what is a windows dynamic library (*.dll) in linux?

how do i create static and dynamic libraries using g++??? or gcc??

hope you can help me out here!

ta!
rwm is offline   Reply With Quote