Re: [Fink-devel] X11 docs again
On Thursday, January 30, 2003, at 06:20 PM, Martin Costabel wrote: Alexander Hansen wrote: Have all of the wrinkles been ironed out of the Apple X11 patch script yet, so that I can add a recommendation to the docs? I think the discussion of the install_name bug has been too much on the optimistic side. There had been some anecdotal evidence that the bug leads to build crashes here and now and not only maybe sometime in the future, and I have now seen one with my own eyes: mkdir .libs gcc -Wall -g -O2 -o allwidgets allwidgets.o -L/usr/X11R6/lib -lX11 -lXt -lXpm -lXext -lXmu -L/sw/lib -lXaw3d ../Mowitz/.libs/libMowitz.a -lXaw3d -lXpm -lXmu -lXext -lXt -lX11 -lSM -lICE -lm ld: ../Mowitz/.libs/libMowitz.a(MwSlider.o) illegal reference to symbol: _XmuCvtStringToOrientation defined in indirectly referenced dynamic library /usr/X11R6/lib/libXmu.6.dylib Note that -lXmu is there on the command line, but libXmu.6.dylib is nevertheless considered as "indirectly referenced". It is referenced by one of the other libraries (maybe libXaw3d) that was built against a non-Apple version of X11. This crash goes away after Ben's install_name_fix script is run. So maybe the wording "...bug in the install name of the libraries that can cause some software to build incorrectly" is too friendly. This one doesn't build "incorrectly", it doesn't build at all. maybe it should be merged with system-xfree, and if apple's x11 is detected, it should be run? -chris zubrzycki - -- PGP public key: http://homepage.mac.com/beren/publickey.txt ID: 0xA2ABC070 Fingerprint: 26B0 BA6B A409 FA83 42B3 1688 FBF9 8232 A2AB C070 Unix _IS_ user friendly... It's just selective about who its friends are. --- This SF.NET email is sponsored by: SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See! http://www.vasoftware.com ___ Fink-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/fink-devel
Re: [Fink-devel] X11 docs again
Alexander Hansen wrote: Have all of the wrinkles been ironed out of the Apple X11 patch script yet, so that I can add a recommendation to the docs? I think the discussion of the install_name bug has been too much on the optimistic side. There had been some anecdotal evidence that the bug leads to build crashes here and now and not only maybe sometime in the future, and I have now seen one with my own eyes: mkdir .libs gcc -Wall -g -O2 -o allwidgets allwidgets.o -L/usr/X11R6/lib -lX11 -lXt -lXpm -lXext -lXmu -L/sw/lib -lXaw3d ../Mowitz/.libs/libMowitz.a -lXaw3d -lXpm -lXmu -lXext -lXt -lX11 -lSM -lICE -lm ld: ../Mowitz/.libs/libMowitz.a(MwSlider.o) illegal reference to symbol: _XmuCvtStringToOrientation defined in indirectly referenced dynamic library /usr/X11R6/lib/libXmu.6.dylib Note that -lXmu is there on the command line, but libXmu.6.dylib is nevertheless considered as "indirectly referenced". It is referenced by one of the other libraries (maybe libXaw3d) that was built against a non-Apple version of X11. This crash goes away after Ben's install_name_fix script is run. So maybe the wording "...bug in the install name of the libraries that can cause some software to build incorrectly" is too friendly. This one doesn't build "incorrectly", it doesn't build at all. -- Martin --- This SF.NET email is sponsored by: SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See! http://www.vasoftware.com ___ Fink-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/fink-devel
[Fink-devel] X11 docs again
Have all of the wrinkles been ironed out of the Apple X11 patch script yet, so that I can add a recommendation to the docs? -- Alexander K. Hansen Associate Research Scientist, Columbia University visiting MIT Plasma Science and Fusion Center Levitated Dipole Experiment 175 Albany Street, NW17-219 Cambridge, MA 02139-4213 --- This SF.NET email is sponsored by: SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See! http://www.vasoftware.com ___ Fink-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/fink-devel