J
jebradfo
Guest
I have a C++ code that I have compiled fine using the previous developer tools package from Jaguar. I think some of the default build settings are different in Panther/Xcode now.
The code runs fine on my machine, but if I try to execute it on another mac, it appears to be looking for a dynamic library (libstdc++_ZeroLink.dylib in the project build folder) using an absolute path from my machine. I do not think there should be any dynamic libraries for this code and have perused the seemingly endless compiler options and build configurations, but to no avail. Any suggestions would be greatly appreciated.
John
The code runs fine on my machine, but if I try to execute it on another mac, it appears to be looking for a dynamic library (libstdc++_ZeroLink.dylib in the project build folder) using an absolute path from my machine. I do not think there should be any dynamic libraries for this code and have perused the seemingly endless compiler options and build configurations, but to no avail. Any suggestions would be greatly appreciated.
John