If you run

printenv

it will show all of your environment variables.  Or you can run

printenv DYLD_FORCE_FLAT_NAMESPACE

to check just that variable.

On Jul 7, 2004, at 4:41 PM, Mark Wright wrote:

I ran the list command you gave me and received no info, so I do not have an older version installed.

How would I know what variables to set and can they be checked manually?


On Jul 7, 2004, at 4:16 PM, Alexander K. Hansen wrote:


On Jul 7, 2004, at 4:03 PM, Mark Wright wrote:

To the best of my knowledge I have not set any unusual variables. I did have to pick setup options and I always selected the default.


That's not always the right thing to do.

I found t1lib1-1.3.1-2 in sw/src/. Is this old? Can I just rm it and try the install again? I found t1lib-shlibs in a few places but I don't know how to tell if it is installed. Most of the references were log entries.


What you have in /sw/src is irrelevant, as that's source code--besides which t1lib1-1.3.1-2 is current--that's what gave you the build error.


Do you get anything from running "fink list -i t1lib1"? If not, then an older version is not installed.

Thanks for the help,
Mark


On Jul 7, 2004, at 6:09 AM, Martin Costabel wrote:

Mark Wright wrote:
[]
../libtool --mode=link \
gcc -o xglyph -L/sw/lib xglyph.lo ../lib/libt1x.la ../lib/libt1.la \
-L/usr/X11R6/lib -lXaw -lXt -lXmu -lSM -lICE -lXext -lX11 -lm
gcc -o .libs/xglyph -L/sw/lib xglyph.o -L../lib/.libs -lt1x -lt1 -L/usr/X11R6/lib -lXaw -lXt -lXmu -lSM -lICE -lXext -lX11 -lm
ld: warning prebinding disabled because dependent library: /sw/lib/libt1x.1.dylib is not prebound
ld: Undefined symbols:
_XpmReadFileToPixmap
make[1]: *** [xglyph] Error 1
make: *** [XXXX] Error 1
### execution of make failed, exit code 2
Failed: compiling t1lib1-1.3.1-2 failed

This is pretty mysterious, because the symbol XpmReadFileToPixmap is nowhere used in the t1lib1 sources. It is undefined in libXaw and defined in libXpm, but it shouldn't be searched for at all in this situation.


Do you have any unusual environment variable set, like DYLD_FORCE_FLAT_NAMESPACE?

Do you have an older version of t1lib1 and t1lib1-shlibs installed? If yes, try if removing them before rebuilding t1lib1 helps.

--
Martin





--
Alexander Hansen
Fink Documentarian
[Day Job] Levitated Dipole Experiment
http://www.psfc.mit.edu/LDX







-------------------------------------------------------
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com
_______________________________________________
Fink-beginners mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-beginners

Reply via email to