From: Patrick E. <pa...@pa...> - 2004-03-23 08:35:34
|
On Monday 22 March 2004 17:21, Dave Fancella wrote: > With the library copied to jazz/src it failed to link. So I copied > it to /usr/local/lib and ran ldconfig, and the damn thing is > compiling every single .cpp again. Shouldn't have to, I didn't > change anything! ;( This could take awhile, so unless you really > want to stick around, you should take off. That reminds me. Jazz takes a long time to compile. There's probably too many headers being included in too many places. Some of the headers even have code in them. Anyone know a good way to weed out header dependencies? BTW, ldconfig only affects shared libraries. I change the configure.in file and it should now let you have the libwx_gtk_xrc.a file in your src dir. Patrick |