Changes between Initial Version and Version 2 of Ticket #19847


Ignore:
Timestamp:
Jun 3, 2009, 3:42:48 AM (15 years ago)
Author:
blb@…
Comment:

This issue is covered on the problem hotlist.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #19847

    • Property Cc nzaidenberg@… added
    • Property Status changed from new to closed
    • Property Resolution changed from to invalid
    • Property Port texlive_base added
  • Ticket #19847 – Description

    initial v2  
    22
    33This was the error that was returned
    4 
     4{{{
    55/usr/bin/gcc-4.0 -o xdvi-xaw.bin browser.o dvi-draw.o dvi-init.o dvisel.o encodings.o events.o filehist.o font-open.o gf.o hypertex.o image-magick.o mime.o my-snprintf.o my-vsnprintf.o pagehist.o pk.o print-internal.o psdps.o psgs.o psheader.o psnews.o read-mapfile.o search-internal.o special.o string-utils.o tfmload.o util.o vf.o xdvi.o xserver-info.o x_util.o 1/lib  -L/opt/local/lib ./gui/libgui.a ../../libs/t1lib/libt1.a ../../libs/t1lib/../type1/libtype1.a -L/usr/X11R6 -lXaw -lXmu -lXt -lSM -lICE -lXp -lXext -lXpm -lintl -lX11 -lXau -lXdmcp -liconv ../kpathsea/.libs/libkpathsea.a -lc -lm
    66i686-apple-darwin9-gcc-4.0.1: 1/lib: No such file or directory
    7 
     7}}}
    88I resolved manually by cd to /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_tex_texlive_base/work/texlive_base-2007
    99and then to cd texk/xdvik/
     
    1818
    1919gcc -v:
    20 
     20{{{
    2121Using built-in specs.
    2222Target: i686-apple-darwin9
     
    2424Thread model: posix
    2525gcc version 4.0.1 (Apple Inc. build 5490)
     26}}}