the DSO has change in new version of gcc compiler.
For this reason I cant compile SVN @92300
Short description: YOU ARE NOT ALLOWED TO LINK INDIRECTLY (if libA use libB and your program link to libA then your program need to link to libA and libB EXPLICIT in the linker command line!
PCSXR: use some lib"something" that use librt sow now to link be successfull you need to add librt in the linker command line (in other words add a " -lrt " )
More info about this change in this page:
http://fedoraproject.org/wiki/UnderstandingDSOLinkChange
Grattings
Guillermo Reisch
PD: sorry my bad bad bad ingles :-P
For this reason I cant compile SVN @92300
Short description: YOU ARE NOT ALLOWED TO LINK INDIRECTLY (if libA use libB and your program link to libA then your program need to link to libA and libB EXPLICIT in the linker command line!
PCSXR: use some lib"something" that use librt sow now to link be successfull you need to add librt in the linker command line (in other words add a " -lrt " )
More info about this change in this page:
http://fedoraproject.org/wiki/UnderstandingDSOLinkChange
Grattings
Guillermo Reisch
PD: sorry my bad bad bad ingles :-P