<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2800.1400" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#c0c0c0>
<DIV><FONT face=Arial size=2>hello all...&nbsp; been stumped on this one for 
about a week now...&nbsp; been on the wine-users list trying to get this worked 
out, and mr. pfeifer was even nice enough to lend some advice that yeilded some 
build progress, but it (wine) seems to hate the idea of running on my 
puter...&nbsp; here's the info...:</FONT></DIV>
<DIV><FONT face=Arial size=2>tyan tiger 100</FONT></DIV>
<DIV><FONT face=Arial size=2>dual p3-850</FONT></DIV>
<DIV><FONT face=Arial size=2>512MB ECC </FONT></DIV>
<DIV><FONT face=Arial size=2>ati radeon 8500LE</FONT></DIV>
<DIV><FONT face=Arial size=2>FreeBSD4.9-RELEASE</FONT></DIV>
<DIV><FONT face=Arial size=2>and below is the output from env (initial login as 
vertigo, startx, open console, su root, env):</FONT></DIV>
<DIV>USER=vertigo<BR>MAIL=/var/mail/vertigo<BR>OLDPWD=/home/vertigo<BR>HOME=/root<BR>GTK_RC_FILES=/usr/X11R6/etc/gtk/gtkrc:/home/vertigo/.gtkrc-1.2-gnome2<BR>PAGER=more<BR>ENV=/home/vertigo/.shrc<BR>COLORTERM=gnome-terminal<BR>LOGNAME=vertigo<BR>WINDOWID=25165870<BR>TERM=xterm<BR>BLOCKSIZE=K<BR>GNOME_DESKTOP_SESSION_ID=Default<BR>SESSION_MANAGER=local/eTernaL.null.org:/tmp/.ICE-unix/620<BR>PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/usr/X11R6/bin:/root/bin<BR>DISPLAY=:0.0<BR>DESKTOP_STARTUP_ID=<BR>XAUTHORITY=/home/vertigo/.Xauthority<BR>SHELL=/bin/csh<BR>PWD=/home/vertigo/winecvs<BR>EDITOR=vi<BR>HOSTTYPE=FreeBSD<BR>VENDOR=intel<BR>OSTYPE=FreeBSD<BR>MACHTYPE=i386<BR>SHLVL=1<BR>GROUP=wheel<BR>CC=/usr/local/bin/gcc33<BR>LD_LIBRARY_PATH=/usr/local/lib/gcc-lib/i386-portbld-freebsd4.9/3.3.1</DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>first off,&nbsp;i get all the recent wine packages 
from cvs, i save it at /home/vertigo/winecvs, and again at 
/home/vertigo/winebackup.&nbsp; cd winecvs as vertigo, ./tools/wineinstall 
returns "not found".&nbsp; ls -la tools shows that is there...&nbsp; su root, 
check env (hence it's inclusion above), ./configure &amp;&amp; make depend run 
fine.&nbsp; from past experience, i do the following make &gt; winemake.txt 
after about 2700 lines of output, make stops with:</FONT></DIV>
<DIV><FONT face=Arial size=2>rm -f winepath &amp;&amp; ln -s 
../../tools/winewrapper winepath<BR>/usr/local/bin/gcc33 -c -I. -I. 
-I../../include -I../../include&nbsp;&nbsp; -D_REENTRANT -fPIC -Wall -pipe 
-mpreferred-stack-boundary=2 -fno-strict-aliasing -gstabs+ -Wpointer-arith&nbsp; 
-g -O2 -o gui.o gui.c<BR>/usr/local/bin/gcc33 -c -I. -I. -I../../include 
-I../../include&nbsp;&nbsp; -D_REENTRANT -fPIC -Wall -pipe 
-mpreferred-stack-boundary=2 -fno-strict-aliasing -gstabs+ -Wpointer-arith&nbsp; 
-g -O2 -o main.o main.c<BR>/usr/local/bin/gcc33 -c -I. -I. -I../../include 
-I../../include&nbsp;&nbsp; -D_REENTRANT -fPIC -Wall -pipe 
-mpreferred-stack-boundary=2 -fno-strict-aliasing -gstabs+ -Wpointer-arith&nbsp; 
-g -O2 -o send.o send.c<BR>/usr/local/bin/gcc33 -c -I. -I. -I../../include 
-I../../include&nbsp;&nbsp; -D_REENTRANT -fPIC -Wall -pipe 
-mpreferred-stack-boundary=2 -fno-strict-aliasing -gstabs+ -Wpointer-arith&nbsp; 
-g -O2 -o util.o util.c<BR>../../tools/winebuild/winebuild&nbsp; -o 
winetest.exe.dbg.c --debug -C. gui.c&nbsp; main.c&nbsp; send.c&nbsp; util.c 
<BR>/usr/local/bin/gcc33 -c -I. -I. -I../../include -I../../include&nbsp;&nbsp; 
-D_REENTRANT -fPIC -Wall -pipe -mpreferred-stack-boundary=2 -fno-strict-aliasing 
-gstabs+ -Wpointer-arith&nbsp; -g -O2 -o winetest.exe.dbg.o 
winetest.exe.dbg.c<BR>../../tools/bin2res -f -o wine.ico ./gui.rc<BR>./maketest 
../.. advapi32_test.exe$(DLLEXT) comctl32_test.exe$(DLLEXT) 
gdi32_test.exe$(DLLEXT) kernel32_test.exe$(DLLEXT) msvcrt_test.exe$(DLLEXT) 
netapi32_test.exe$(DLLEXT) ntdll_test.exe$(DLLEXT) oleaut32_test.exe$(DLLEXT) 
rpcrt4_test.exe$(DLLEXT) shell32_test.exe$(DLLEXT) shlwapi_test.exe$(DLLEXT) 
urlmon_test.exe$(DLLEXT) user32_test.exe$(DLLEXT) wininet_test.exe$(DLLEXT) 
winmm_test.exe$(DLLEXT) winspool.drv_test.exe$(DLLEXT) ws2_32_test.exe$(DLLEXT) 
&gt; winetest.rc || ( rm -f winetest.rc &amp;&amp; exit 1 )<BR>cp 
../../dlls/advapi32/tests/advapi32_test.exe.so advapi32_test.exe.so &amp;&amp; 
strip advapi32_test.exe.so<BR>cp ../../dlls/comctl32/tests/comctl32_test.exe.so 
comctl32_test.exe.so &amp;&amp; strip comctl32_test.exe.so<BR>cp 
../../dlls/gdi/tests/gdi32_test.exe.so gdi32_test.exe.so &amp;&amp; strip 
gdi32_test.exe.so<BR>cp ../../dlls/kernel/tests/kernel32_test.exe.so 
kernel32_test.exe.so &amp;&amp; strip kernel32_test.exe.so<BR>cp 
../../dlls/msvcrt/tests/msvcrt_test.exe.so msvcrt_test.exe.so &amp;&amp; strip 
msvcrt_test.exe.so<BR>cp ../../dlls/netapi32/tests/netapi32_test.exe.so 
netapi32_test.exe.so &amp;&amp; strip netapi32_test.exe.so<BR>cp 
../../dlls/ntdll/tests/ntdll_test.exe.so ntdll_test.exe.so &amp;&amp; strip 
ntdll_test.exe.so<BR>cp ../../dlls/oleaut32/tests/oleaut32_test.exe.so 
oleaut32_test.exe.so &amp;&amp; strip oleaut32_test.exe.so<BR>cp 
../../dlls/rpcrt4/tests/rpcrt4_test.exe.so rpcrt4_test.exe.so &amp;&amp; strip 
rpcrt4_test.exe.so<BR>cp ../../dlls/shell32/tests/shell32_test.exe.so 
shell32_test.exe.so &amp;&amp; strip shell32_test.exe.so<BR>cp 
../../dlls/shlwapi/tests/shlwapi_test.exe.so shlwapi_test.exe.so &amp;&amp; 
strip shlwapi_test.exe.so<BR>cp ../../dlls/urlmon/tests/urlmon_test.exe.so 
urlmon_test.exe.so &amp;&amp; strip urlmon_test.exe.so<BR>cp 
../../dlls/user/tests/user32_test.exe.so user32_test.exe.so &amp;&amp; strip 
user32_test.exe.so<BR>cp ../../dlls/wininet/tests/wininet_test.exe.so 
wininet_test.exe.so &amp;&amp; strip wininet_test.exe.so<BR>cp 
../../dlls/winmm/tests/winmm_test.exe.so winmm_test.exe.so &amp;&amp; strip 
winmm_test.exe.so<BR>cp ../../dlls/winspool/tests/winspool.drv_test.exe.so 
winspool.drv_test.exe.so &amp;&amp; strip winspool.drv_test.exe.so<BR>cp 
../../dlls/winsock/tests/ws2_32_test.exe.so ws2_32_test.exe.so &amp;&amp; strip 
ws2_32_test.exe.so<BR>LD_LIBRARY_PATH="../../libs/unicode:$LD_LIBRARY_PATH" 
../../tools/wrc/wrc --nostdinc -I. -I. -I../../include 
-I../../include&nbsp;&nbsp;&nbsp; -fogui.res gui.rc<BR>*** Error code 
1</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Stop in 
/usr/home/vertigo/winecvs/programs/winetest.<BR>*** Error code 1</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Stop in /usr/home/vertigo/winecvs/programs.<BR>*** 
Error code 1</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Stop in /usr/home/vertigo/winecvs.</FONT></DIV>
<DIV><FONT face=Arial 
size=2>--------------------------------------------------</FONT></DIV>
<DIV><FONT face=Arial size=2>at this point, i'm at a loss...&nbsp; i've made 
sure that the kernel had all the options that wine wants, because i did them 
when i set smp and apic_io...&nbsp; if anyone out there can help me out with 
this, it would be much appreciated.&nbsp; thanks in advance.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>shaun</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV></BODY></HTML>