How to use c++ library on MAC

If i have some c++ library and i want to use this library in MAC OS then what extra work i need to do?
When i use these c++ library on windows there is no problem at all. But when i use on MAC then i get run time error and program is terminate.

Please give any link if it's available
[301 byte] By [MFCQuery] at [2007-11-20 11:49:58]
# 1 Re: How to use c++ library on MAC
Does your library comes at source files or binaries? If this is in binary form, you have to find a Mac compatible binaries for your library. Otherwise, if the source files was written generically enough (without any linkage to Windows components), just recompile the files.
Kheun at 2007-11-9 1:26:20 >