Peter O'Gorman wrote:
[]
> It is interesting, could you (Sabine), please cd into the build
> directory (the one that has a file named 'Mrmwread.lo', do:
> $ sudo -s
> # /bin/sh ../../libtool --debug --mode=link gcc  -DXNO_MTSAFE_STRINGAPI
> -DXNO_MTSAFE_PWDAPI -DXNO_MTSAFE_TIMEAPI -Wall -g -Wno-unused
> -Wno-comment  -version-info 3:0:0 -o libMrm.la -rpath /sw/lib
> MrmIbuffer.lo MrmIentry.lo MrmIfile.lo MrmIheader.lo MrmIindex.lo
> MrmIindexw.lo MrmIrid.lo MrmIswap.lo MrmItop.lo MrmItopw.lo Mrmappl.lo
> Mrmcontext.lo Mrmerror.lo Mrmhier.lo Mrmicon.lo Mrminit.lo Mrmlread.lo
> Mrmlwrite.lo Mrmmodule.lo Mrmos.lo Mrmptrlist.lo Mrmtable.lo Mrmtime.lo
> Mrmvm.lo Mrmwci.lo Mrmwcrw.lo Mrmwcrwr.lo Mrmwread.lo Mrmwrefs.lo
> Mrmwvalues.lo Mrmwwrite.lo MrmMessages.lo ../Xm/libXm.la
> -L/usr/X11R6/lib -lXt -lSM -lICE -lX11  -L/usr/X11R6/lib -lXt 2>&1 > lt.log

In order to capture all in lt.log, I have to interchange the last words: 
"> lt.log 2>&1". Otherwise stderr goes to the terminal. Also, in order 
to complete the command without error (but this is not important, as it 
concerns the phase after the "gcc" command is launched), I have to set

  export MACOSX_DEPLOYMENT_TARGET=10.4

-- 
Martin



------------------------------------------------------------------------------
_______________________________________________
Fink-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to