similar to: ld -r failed with status 256

Displaying 20 results from an estimated 1100 matches similar to: "ld -r failed with status 256"

2006 Jul 13
2
windows.h not found
Hi, I've got a newly installed wine running on a Sun Fire X2100 and redhat. Now I want to compile some cpp-sources, but wineg++ ist aborted because it can't find the include windows.h. Is there a another include for wine? Any help? cheers teb
2009 Feb 21
2
Compiling Winelib application under x86_64
Hi All I'm trying to compile the following program int main() { return 0; } I generated a makefile using winemaker running make I get wineg++ -c -mno-cygwin -o test.o test.cpp wineg++ -mwindows -mno-cygwin -o test.exe.so test.o -lodbc32 -lole32 -loleaut32 -lwinspool -luuid ld: Relocatable linking with relocations from format elf32-i386
2011 Aug 11
2
error message of wingcc
When I try to build my existing application using winegcc, I get the following error message. /usr/bin/ld: Relocatable linking with relocations from format elf32-i386 (/usr/local/lib/wine/libwinecrt0.a(exe_entry.o)) to format elf64-x86-64 (vida_codecs.a8MfIW.o) is not supported winebuild: /usr/bin/ld -r failed with status 256 This application can be built from a 32 bit OS Linux without problem.
2006 Mar 06
1
Wins Installation problem on solairs x86 version 5.10
Follwoing errors are shown while installation. Any quick help will be highly appriciated. config.c: In function `init_server_dir': config.c:217: warning: right shift count >= width of type config.c: In function `init_paths': config.c:256: warning: unsigned int format, uid_t arg (arg 3) mmap.c: In function `try_mmap_fixed': mmap.c:107: warning: implicit declaration of function
2010 Mar 04
0
Compiling wine in Solaris.
Hi. I am trying to compile wine in Solaris 10 x86 platform. I am getting the following errors: Code: make[1]: Entering directory `/home/dvik/wine-1.1.39/dlls/acledit' ../../tools/makedep -C. -S../.. -T../.. main.c make[1]: Leaving directory `/home/dvik/wine-1.1.39/dlls/acledit' make[1]: Entering directory `/home/dvik/wine-1.1.39/dlls/acledit' gcc -c -I. -I.
2007 Apr 04
1
sun x2100 gmirror problem
Hi, We're using gmirror on our sun fire x2100 and FreeBSD 6.1-p10. Some days ago I found this in the logs: Apr 1 02:12:05 x2100 kernel: ad6: WARNING - WRITE_DMA48 UDMA ICRC error (retrying request) LBA=612960533 Apr 1 02:12:05 x2100 kernel: ad6: FAILURE - WRITE_DMA48 status=51<READY,DSC,ERROR> error=10<NID_NOT_FOUND> LBA=612960533 Apr 1 02:12:05 x2100 kernel: GEOM_MIRROR:
2006 Mar 02
1
Error while compiling code using wineg++ / winegcc
Hi!! I am not able to compile a test program on solaris using winegcc tool. Can anybody help? Here's the program source code: // file test.cpp #include <stdio.h> #include <windows.h> int main () { SYSTEMTIME lpSystemTime; GetSystemTime(&lpSystemTime); printf("Today is: %d/%d/%d\n", lpSystemTime.wYear,
2006 Mar 31
2
SunFire X2100 bios dislikes ZFS''s EFI labels, too
Back in December, there was some discussion here about the Ultra 20''s bios being confused by the EFI labels ZFS uses. After seeing a report about the X2100 exhibiting the same behavior as the Ultra 20, I reproduced the problem and filed: 6407133 X2100 bios intimidated by ZFS-created EFI labels hopefully that bios will get fixed, too. - Bill
2008 Jul 03
1
windows program compiled using wineg++ looks for wine binary
Hi ! I have compiled a sample Windows VC++ win 32 based HelloWorld application using the winelib. I used wineg++ to compile the application in Linux. When I try to execute the application it looks for wine. When I set the path to the wine /bin directory the application works properly. Is it possible that after compiling using wineg++ the program will run in any platform even if wine is not
2005 Aug 23
0
Compiling winelib dependant code with g++
wineg++ is using g++, and is passing its options to g++. How can I link some winelib-dependant code with g++ ? compilation is okay, but at linking time, all wine functions are unresolved. // ### here's the output :### [root@udp015809uds Wine2]# g++ -lwine registry.o registry_wrap.o -o registry.out registry.o(.text+0x2e): In function `CreateKey(char const*)': : undefined
2006 Sep 22
0
boot crash 2.6.16-18 xen kernel
Hi, We are running a Sun Fire X2100 with 4GB RAM. We followed the how-to which we posted on http://www.debian-administration.org/articles/423, using backports packages for a k7-machine. We have one Sun Fire X2100 running a 2.6.16-16 kernel from backports, which is working fine having used the same how-to. Now we are installing another X2100 using the 2.6.16-18 kernel, which is giving some major
2006 Feb 20
3
Fwd: Asterisk on Solaris 10 (AMD Opteron, Sun Fire X2100)
Hello all, I really appreciate the replies I've gotten about this so far (especially the support for wanting to run it on Solaris!). The core issue seems to have been missed, though -- is there any way to run a complete Asterisk solution on Solaris 10 (including music-on-hold and conferencing)? This probably comes down to a few issues: - Is ztdummy (a component of Zaptel) *really*
2006 Feb 19
2
Asterisk on Solaris 10 (AMD Opteron, Sun Fire X2100)
Hello, world! I'm considering running Asterisk 1.2.4 on Solaris 10 on a Sun Fire X2100 server or two (Opteron CPU, nForce 4 chipset), and apparently this works. I've read that the Zaptel package won't work on anything other than Linux, since it's intended to hook into the Linux kernel in the form of a kernel module. This concerns me, since I've read that ztdummy, the
2006 Jul 20
1
Sun Fire X2100 & 4GB Ram
Hi folks, I am having issues installing Centos 4.3 X86-64 on a Sun Fire X2100(AMD chip). It works with 2GB of ram just not 4 GB. It works with any combo of the 4 1GB chips I have. It only works with 2GB not 4GB any ideas? Thanks, Bill
2009 Jan 01
1
wineg++ and conio.h problem
Here is a sample code: Code: #include <iostream> #include <cstdlib> #include <wine/msvcrt/conio.h> int main() { std::cout << "Press something...\n"; getch(); return EXIT_SUCCESS; } and here is the compile log: (two things are translated from polish so may differ a bit but meaning is the same) Code: szczerb at nomad ~/projekty/wine/temp $ make wineg++ -c
2007 Aug 06
0
cannot use winedbg on ubuntu feisty ?
Hi everyone, This happens every time I start winedbg, no matter what program I want to debug. It's ubuntu feisty fawn and I have built wine from sources. user@machine:~$ winedbg "C:\Program Files\Diablo II\Diablo II.exe" WineDbg starting on pid 000a wine: Unhandled page fault on read access to 0x00000000 at address 0xb7d5cc23 (thread 0009), starting debugger... Unhandled exception:
2008 Jun 14
1
Porting with winelib - undefined reference to `WinMain'
Hello! I'm trying to port zCPU emulator (http://www.wiremod.com/forum/cpu-tutorials-programs/2956-zcpu-emulator.html) to Linux with winelib. This app is mainly console, but can draw some stuff using SDL. The problem is: compiles fine but when linking I get Code: /usr/lib/wine/libwinecrt0.a(exe_main.o): In function `main': exe_main.c:(.text+0x9d): undefined reference to `WinMain'
2005 Sep 11
1
Compile cvs version
Hi ! After download latest version from cvs compile fails: make[2]: Entering directory `/backup/privat/emulator/wine/dlls/activeds' gcc -c -I. -I. -I../../include -I../../include -D__WINESRC__ -D_REENTRANT -fPIC -Wall -pipe -mpreferred-stack-boundary=2 -fno-strict-aliasing -gstabs+ -Wpointer-arith -g -O2 -o activeds_main.o activeds_main.c ../../tools/winebuild/winebuild -D__WINESRC__
2006 Jul 21
3
why is this machine using swap space?
Mem: 2075040k total, 1331452k used, 743588k free, 50896k buffers Swap: 2031608k total, 144k used, 2031464k free, 1191532k cached SunFire X2100 running Centos 4.3. Linux maytag1.texoma.net 2.6.9-34.0.2.EL #1 Fri Jul 7 19:24:57 CDT 2006 i686 athlon i386 GNU/Linux rgds/ldv
2009 Feb 01
1
Intel Graphics Driver problems...
Hello. For some reason, trying to run any Direct X 10 games (including the DLL test) blows up. My card is an Intel Corporation Mobile GM965/GL960 Integrated Graphics Controller, and uses the intel Xorg driver. Here is what happens when I run the test: Code: make[2]: Entering directory `/home/dan/Software/wine-1.1.10/dlls/d3d10/tests' ../../../tools/runtest -q -P wine -M d3d10.dll -T