Wayan <[EMAIL PROTECTED]> writes:

| On Thu, 25 Apr 2002, Robin Turner wrote:
>
>> I got the same thing.  Reran make and it continued where it left off
>> - no worries (that's one good thing about gcc and a well-written
>> makefile).
>
| I have tried to compile the new prerelease of lyx1.2 in a linux machine
| with 32MB ram. Haven't got successfull. I have done twice. The error
| message is:
>
| -- delete --
| d.a insets/.libs/libinsets.a frontends/.libs/libfrontends.a -lforms -lXpm
| graphics/.libs/libgraphics.a support/.libs/libsupport.a
| ../sigc++/.libs/libsigc.a -lSM -lICE -liberty -lc -lm -L/usr/X11R6/lib -lX11
| /usr/i486-suse-linux/bin/ld: final link failed: Memory exhausted
| collect2: ld returned 1 exit status
| make[3]: *** [lyx] Error 1
| make[3]: Leaving directory `/home/wayan/lyx-1.2.0pre4/src'
| make[2]: *** [all-recursive] Error 1
| make[2]: Leaving directory `/home/wayan/lyx-1.2.0pre4/src'
| make[1]: *** [all] Error 2
| make[1]: Leaving directory `/home/wayan/lyx-1.2.0pre4/src'
| make: *** [all-recursive] Error 1
>
| Is there because of the lack of my memory? I haven't an error for
| compiling the previous version of lyx. I use xform ?.89.? (forget
| exactly).

either add some more virtual memory (or real mem), or be sure to turn
off the '-g' flag to the compiler.

C++ compilers are a bit memory hungry.

-- 
        Lgb

Reply via email to