search for: __cygwin_dll_entry

Displaying 10 results from an estimated 10 matches for "__cygwin_dll_entry".

2009 Oct 20
2
[LLVMdev] [cfe-dev] 2.6 pre-release2 ready for testing
...lvm[2]: Compiling EdgeProfiling.c for Release build (PIC) > llvm[2]: Compiling FunctionProfiling.c for Release build (PIC) > llvm[2]: Linking Release Loadable Module profile_rt.dll > /usr/lib/gcc/i686-pc-cygwin/3.4.4/../../../../i686-pc-cygwin/bin/ld: > warning: cannot find entry symbol __cygwin_dll_entry at 12; defaulting to > 61ec1000 > /home/foad/llvm/objdir-2.6/runtime/libprofile/Release/ > BasicBlockTracing.o:BasicBlockTracing.c:(.text+0x36): > undefined reference to `_free' > /home/foad/llvm/objdir-2.6/runtime/libprofile/Release/ > BasicBlockTracing.o:BasicBlockTracing....
2009 Oct 20
0
[LLVMdev] [cfe-dev] 2.6 pre-release2 ready for testing
...elease build (PIC) llvm[2]: Compiling EdgeProfiling.c for Release build (PIC) llvm[2]: Compiling FunctionProfiling.c for Release build (PIC) llvm[2]: Linking Release Loadable Module profile_rt.dll /usr/lib/gcc/i686-pc-cygwin/3.4.4/../../../../i686-pc-cygwin/bin/ld: warning: cannot find entry symbol __cygwin_dll_entry at 12; defaulting to 61ec1000 /home/foad/llvm/objdir-2.6/runtime/libprofile/Release/BasicBlockTracing.o:BasicBlockTracing.c:(.text+0x36): undefined reference to `_free' /home/foad/llvm/objdir-2.6/runtime/libprofile/Release/BasicBlockTracing.o:BasicBlockTracing.c:(.text+0xca): undefined referenc...
2009 Aug 28
1
[LLVMdev] [Cygwin] 'make install' woes
...C) PIC seems to be enabled for some strange reason, even with --disable-pic on configure. Then there seems to be a missing library too :- llvm[2]: Linking Release Loadable Module profile_rt.dll /usr/lib/gcc/i686-pc-cygwin/3.4.4/../../../../i686-pc-cygwin/bin/ld: warning: cannot find entry symbol __cygwin_dll_entry at 12; defaulting to 702c1000 /home/ang/build/llvm-coff/runtime/libprofile/Release/B asicBlockTracing.o:BasicBl ockTracing.c:(.text+0x36): undefined reference to `_free' /home/ang/build/llvm-coff/runtime/libprofile/Release/ BasicBlockTracing.o:BasicBl ockTracing.c:(.text+0xca): undefined refer...
2000 Nov 09
0
creating dll file
...gt; P.J. > > $ gcc -O2 -mno-cygwin -c function.c > $ dllwrap -o function.dll -mno-cygwin --export-all-symbols function.o > dllwrap: no export definition file provided > dllwrap: creating one, but that may not be what you want > /usr/bin/ld: warning: cannot find entry symbol > __cygwin_dll_entry at 12; defaulting > to 64f81000 > function.o(.text+0x164a):function.c: undefined reference to `random' > function.o(.text+0x168f):function.c: undefined reference to `random' > collect2: ld returned 1 exit status > dllwrap: gcc exited with status 1 > > ----------------...
2009 Oct 20
0
[LLVMdev] [cfe-dev] 2.6 pre-release2 ready for testing
...g EdgeProfiling.c for Release build (PIC) >> llvm[2]: Compiling FunctionProfiling.c for Release build (PIC) >> llvm[2]: Linking Release Loadable Module profile_rt.dll >> /usr/lib/gcc/i686-pc-cygwin/3.4.4/../../../../i686-pc-cygwin/bin/ld: >> warning: cannot find entry symbol __cygwin_dll_entry at 12; defaulting to >> 61ec1000 >> /home/foad/llvm/objdir-2.6/runtime/libprofile/Release/ >> BasicBlockTracing.o:BasicBlockTracing.c:(.text+0x36): >> undefined reference to `_free' >> /home/foad/llvm/objdir-2.6/runtime/libprofile/Release/ >> BasicBlockTracin...
2009 Oct 20
3
[LLVMdev] [cfe-dev] 2.6 pre-release2 ready for testing
...c for Release build (PIC) >>> llvm[2]: Compiling FunctionProfiling.c for Release build (PIC) >>> llvm[2]: Linking Release Loadable Module profile_rt.dll >>> /usr/lib/gcc/i686-pc-cygwin/3.4.4/../../../../i686-pc-cygwin/bin/ld: >>> warning: cannot find entry symbol __cygwin_dll_entry at 12; >>> defaulting to >>> 61ec1000 >>> /home/foad/llvm/objdir-2.6/runtime/libprofile/Release/ >>> BasicBlockTracing.o:BasicBlockTracing.c:(.text+0x36): >>> undefined reference to `_free' >>> /home/foad/llvm/objdir-2.6/runtime/libprofile...
2000 Nov 09
2
simple mixture
Dear All, I am trying to do some simple mixture analyses. For instance, I have a sample of n observations and I suspect they come from two different exponential distributions with parameters rate1 and rate2, respectively. So, I want to estimate rate1, rate2, and the proportions of both kinds of individuals in the sample. I had a look at the packages mda and mclust, but they do not seem to do this
2009 Oct 20
0
[LLVMdev] [cfe-dev] 2.6 pre-release2 ready for testing
...ild (PIC) >>>> llvm[2]: Compiling FunctionProfiling.c for Release build (PIC) >>>> llvm[2]: Linking Release Loadable Module profile_rt.dll >>>> /usr/lib/gcc/i686-pc-cygwin/3.4.4/../../../../i686-pc-cygwin/bin/ld: >>>> warning: cannot find entry symbol __cygwin_dll_entry at 12; defaulting to >>>> 61ec1000 >>>> /home/foad/llvm/objdir-2.6/runtime/libprofile/Release/ >>>> BasicBlockTracing.o:BasicBlockTracing.c:(.text+0x36): >>>> undefined reference to `_free' >>>> /home/foad/llvm/objdir-2.6/runtime/libpr...
2009 Dec 08
2
[LLVMdev] LLVM 2.6 cygwin build fails
...39;m trying to build LLVM 2.6 (from svn branch release_26) on cygwin 1.7, and I have the following errors with both GCC 3.4.4 and GCC 4.3.4 llvm[2]: Linking Release Loadable Module profile_rt.dll /usr/lib/gcc/i686-pc-cygwin/3.4.4/../../../../i686-pc-cygwin/bin/ld: warning: cannot find entry symbol __cygwin_dll_entry at 12; defaulting to 62fc1000 /cygdrive/c/projects/thesis/llvm-suite-2.6/llvm-2.6/runtime/libprofile/Release/BasicBlockTracing.o:BasicBlockTracing.c:(.text+0x36): undefined reference to `_free' /cygdrive/c/projects/thesis/llvm-suite-2.6/llvm-2.6/runtime/libprofile/Release/BasicBlockTracing.o:Ba...
2009 Oct 17
12
[LLVMdev] 2.6 pre-release2 ready for testing
LLVMers, 2.6 pre-release2 is ready to be tested by the community. http://llvm.org/prereleases/2.6/ If you have time, I'd appreciate anyone who can help test the release. To test llvm-gcc: 1) Compile llvm from source and untar the llvm-test in the projects directory (name it llvm-test or test-suite). Choose to use a pre- compiled llvm-gcc or re-compile it yourself. 2) Run make check,