|
From: James T. <jim...@ad...> - 2001-10-02 02:00:39
|
Hi,
I DL the CVS and ported all the gcc stuff to linux. Not bad,
my programs compiled and they ran on my Win 98 2e with out
any problems. :)
Now I compiles ROS I ran into this. The only lines I changed
in rules.mak was the HOST = mingw32-linux and PREFIX = i386-mingw32-.
So the error I get is this:
make -C lib/msvcrt
make[1]: Entering directory `/scsi/reactos/lib/msvcrt'
i386-mingw32-dlltool --as=i386-mingw32-as --dllname msvcrt.dll \
--def ./msvcrt.def \
--output-lib ../../dk/w32/lib/msvcrt.a \
--kill-at
i386-mingw32-gcc -Wl,--base-file,base.tmp \
-Wl,--entry,_DllMain@12 \
-nostartfiles -mdll -Wl,--image-base,0x78000000 \
-o junk.tmp -lgcc \
./msvcrt.coff msvcrt.o ../../dk/w32/lib/kernel32.a
msvcrt.o(.text+0xc57a):sscanf.c: undefined reference to `_alloca'
msvcrt.o(.text+0xd1bb):vfprintf.c: undefined reference to `_alloca'
msvcrt.o(.text+0xd7ef):vfprintf.c: undefined reference to `_alloca'
msvcrt.o(.text+0x105bc):vfscanf.c: undefined reference to `_alloca'
msvcrt.o(.text+0x117b4):vfwprint.c: undefined reference to `_alloca'
msvcrt.o(.text+0x11e08):vfwprint.c: more undefined references to `_alloca' follow
make[1]: *** [msvcrt.nostrip.dll] Error 1
make[1]: Leaving directory `/scsi/reactos/lib/msvcrt'
make: *** [msvcrt] Error 2
I hope this helps, Please let me know.
James
====================================================
= To remove yourself from this mailing list, go to =
= http://www.reactos.com/home/mailing.html =
====================================================
|