Am Donnerstag, 31.07.03 um 12:47 Uhr schrieb Martin Costabel:


[...]

I cannot understand how linking with a bunch of object files that have nothing to do with the main program can cause a crash of this main program. I would be grateful for any idea about what kind of mechanism could cause such a behavior.


Oh that's very simple: if one of the .o files provides a symbol which overrides a symbol in one of the libs you link against ... e.g. in qt, or even in one of the OS system libs. In that case, you can get the oddest and worst behavior. Does it print any warnings during linking?




Cheers,

Max



-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01
_______________________________________________
Fink-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-devel

Reply via email to