Compiling GNUCash under Vista (again)

Derek Atkins warlord at MIT.EDU
Thu Sep 13 09:57:41 EDT 2007


"Stephen Grant brown" <s_g_brown at bemail.com.au> writes:

[snip]
> gcc -o tmp\cryptlib.o  -Ioutinc -Itmp -DL_ENDIAN -DDSO_WIN32 -fomit-frame-pointer -O3 -march=i486 -Wall -DBN_ASM -DMD5_ASM -DSHA1_ASM -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_NO_CAMELLIA -DOPENSSL_NO_RC5 -DOPENSSL_NO_MDC2 -DOPENSSL_NO_KRB5 -DOPENSSL_NO_DYNAMIC_ENGINE      -c .\crypto\cryptlib.c
> gcc: installation problem, cannot exec `cc1': No such file or directory
> mingw32-make: *** [tmp\cryptlib.o] Error 1
> cp: cannot stat `libeay32.dll': No such file or directory
> cp: cannot stat `libssl32.dll': No such file or directory

[snip]

> Last time this happened I did
>
> Ln /mingw/libexec/gcc/mingw32/3.4.2/cc1.exe cc1.exe
>
> (If my notes are correct!) I do not remember the dir/
>
> What do I try now?

Again, this error implies that gcc cannot execute cc1, which means
it can't FIND cc1.  So you might have copied it to the wrong place.
I find it VERY weird that mingw would do this.  Maybe your path
is wrong or something?

> Yours Sincerely Stephen Grant brown

-derek
-- 
       Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory
       Member, MIT Student Information Processing Board  (SIPB)
       URL: http://web.mit.edu/warlord/    PP-ASEL-IA     N1NWH
       warlord at MIT.EDU                        PGP key available


More information about the gnucash-devel mailing list