Displaying 4 results from an estimated 4 matches for "libmingw32".
2015 Feb 27
1
[LLVMdev] clang\clang++ 3.6.0 don't find C\C++ header , in windows ?
.../gcc/x86_64-w64-mingw32/4.9.1/../../../../x86_64-w64-mingw32/
bin/ld.exe: cannot find -lstdc++
C:/MinGW/bin/../lib/gcc/x86_64-w64-mingw32/4.9.1/../../../../x86_64-w64-mingw32/
bin/ld.exe: skipping incompatible
C:/MinGW/bin/../lib/gcc/x86_64-w64-mingw32/4.9
.1/../../../../x86_64-w64-mingw32/lib/libmingw32.a when searching for -lmingw32
C:/MinGW/bin/../lib/gcc/x86_64-w64-mingw32/4.9.1/../../../../x86_64-w64-mingw32/
bin/ld.exe: skipping incompatible
C:/MinGW/bin/../lib/gcc/x86_64-w64-mingw32/4.9
.1/../../../../x86_64-w64-mingw32/lib\libmingw32.a when searching for -lmingw32
C:/MinGW/bin/../lib/gc...
2004 Oct 29
1
problem building an R package under Windows XP with calls to NAG C routines
...ng: .drectve `%.*s' unrecognized
Warning: .drectve `%.*s' unrecognized
Warning: .drectve `%.*s' unrecognized
Warning: .drectve `%.*s' unrecognized
Warning: .drectve `%.*s' unrecognized
Warning: .drectve `%.*s' unrecognized
Warning: .drectve `%.*s' unrecognized
/mingw/lib/libmingw32.a(main.o)(.text+0x106):main.c: undefined reference to
`WinMain at 16'
make[3]: *** [test.dll] Error 1
make[2]: *** [srcDynlib] Error 2
make[1]: *** [all] Error 2
make: *** [pkg-test] Error 2
*** Installation of test failed ***
Removing 'C:/R/rw2000/library/test'
Restoring previous ...
2011 May 05
2
Compiling a FORTRAN program under Windows 7
...do 10 i=1,n
10 x(i)=x(i)**m
end
--------------------------------------------
When I compile it with gfortran I get the following error:
--------------------------------------------------
c:\MinGW\programs>gfortran testit.f -o testit.o
c:/mingw/bin/../lib/gcc/mingw32/4.5.2/../../../libmingw32.a(main.o):main.c:(.tex
t+0xd2): undefined reference to `WinMain@16'
collect2: ld returned 1 exit status.
----------------------------------------------------
I should add that a program like the following hello.f compiles with no
problem.
------------------------------------------
RE...
2004 Nov 11
1
FW: problem building an R package under Windows XP with calls to NAG C routines
...;
>unrecognized
> <http://www.murdochsutherland.com/Rtools/> >Warning: .drectve `%.*s'
>unrecognized
> <http://www.murdochsutherland.com/Rtools/> >Warning: .drectve `%.*s'
>unrecognized
> <http://www.murdochsutherland.com/Rtools/>
>>/mingw/lib/libmingw32.a(main.o)(.text+0x106):main.c: undefined
>reference to
> <http://www.murdochsutherland.com/Rtools/> >`WinMain at 16'
> <https://stat.ethz.ch/mailman/listinfo/r-help> >make[3]: *** [test.dll]
>Error 1
> <https://stat.ethz.ch/mailman/listinfo/r-help> >ma...