Return to BSD News archive
Path: sserve!newshost.anu.edu.au!munnari.oz.au!news.Hawaii.Edu!ames!agate!howland.reston.ans.net!zaphod.mps.ohio-state.edu!sdd.hp.com!nigel.msen.com!yale.edu!yale!gumby!destroyer!cs.ubc.ca!unixg.ubc.ca!sitka.triumf.ca!felawka From: felawka@sitka.triumf.ca (Larry Felawka) Newsgroups: comp.os.386bsd.questions Subject: Re: [386BSD]Problems compiling libtiff Date: 6 May 1993 21:46:42 GMT Organization: TRIUMF, Vancouver BC Lines: 32 Message-ID: <1sc102INNlg7@iskut.ucs.ubc.ca> References: <C6LDB6.LtH@cvt.stuba.cs> NNTP-Posting-Host: sitka.triumf.ca In article <C6LDB6.LtH@cvt.stuba.cs> valo@cvtstu.cvt.stuba.cs (Valo Roman) writes: >Hi, 386BSD wizards! > >I have problems compiling libtiff on my 386BSD box (i386, 33MHz, 16MB memory). I installed >my 386BSD last week and haven't much more experiences. I'm running stock 386BSD 0.1 >(without patchkits installed). When compiling tif_fax3.c my compiler said >In file included from tif_fax3.c:41: >g3states.h:6329: virtual memory exhausted >make: *** [tif_fax3.o] Error 1 > >Sorry if this is a FAQ (I'm newcomer). > >Roman Valo valo@cvt.stuba.cs >Slovak Technical University >Bratislava Slovak republic Try the following: 1) shut down X (if you are running it) and run from console 2) use "limit stackise 32767" and "limit datasize 32767" if you are running csh or tcsh (I can't remmember the equivalents for the other shells) 3) do the compile by hand (don't run "make" - takes memory, ya know) If this procedure doesn't work, then you have only one choice - build a patched version of gcc-2.3.3 (ouch!). The patches which fix the problem were distributed with FlexFAX-2.1.0 (I can send them to you if you so desire). Regards, Larry