목록작업/OvmStart(2010) (38)
도전2022
# strace ./test_x11b execve("./test_x11b", ["./test_x11b"], [/* 40 vars */]) = 0 brk(0) = 0x88ef000 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) mmap2(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb78df000 access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or directory) open("/etc/ld.so.cache", O_RDONLY) = 3 fstat64(3, {st_mode=S_..
# ../wine-1.0.1/configure --prefix=/rorc/oWine-1.0.1/xbin/ --without-pthread checking build system type... i686-pc-linux-gnu checking host system type... i686-pc-linux-gnu checking whether make sets $(MAKE)... yes checking for gcc... gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking fo..
# ../wine-1.1.39/configure --prefix=/root/src/oWine/xbin/ --without-pthread checking build system type... i686-pc-linux-gnu checking host system type... i686-pc-linux-gnu checking whether make sets $(MAKE)... yes checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we ..
pThread 기능을 off 하자 # ../wine-1.1.33/configure --prefix=/root/src/oWine/xbin/ --without-pthread root@hotdigi-desktop:~/src/oWine# ../wine-1.1.33/configure --prefix=/root/src/oWine/xbin/ --without-pthread checking build system type... i686-pc-linux-gnu checking host system type... i686-pc-linux-gnu checking whether make sets $(MAKE)... yes checking for gcc... gcc checking for C compiler default ou..
Documentation Guides Wine User Guide How to use and configure Wine for running Windows applications. formats: Online | HTML | PDF | PostScript Winelib User Guide How to use Wine to port Windows applications to Linux. formats: Online | HTML | PDF | PostScript Wine Developers Guide How to hack on Wine. formats: Online | HTML | PDF | PostScript How to help get applications working in Wine A short g..
testthread.c를 조금 수정하여 다시 컴파일하기 (인터넷에 공개되어 있는 코드 수정) 소스를 컴파일하자. # gcc testthread.c -lpthread 파일 소스 #include #include #include #include #include #include #include #include #include void *thread1_func(void *arg) { int i; char buf[512]; for(i=0;i
버전에 따라서 달라지는 듯 하다. 그래서 누적 기록을 하겠다. qemu-0.12.3# Usage: configure [options] Options: [defaults in brackets after descriptions] Standard options: --help print this message --prefix=PREFIX install in PREFIX [/root/src/oqemu0.12.3/xbin/] --interp-prefix=PREFIX where to find shared libraries, etc. use %M for cpu name [/usr/gnemul/qemu-%M] --target-list=LIST set target list [i386-linux-user] Advanced ..
Wine internet explorer 실행하려하니 Gecko를 설치함. 설치는 된것 같은데 아직 동작은 안됨.ㅠ.ㅠ. 실수 주소를 주지 않았네.ㅋ.ㅋ. # wine /root/.wine/drive_c/Program\ Files/Internet\ Explorer/iexplore.exe http://google.com err:menubuilder:WinMain unknown option -a err:menubuilder:WinMain unknown option -r fixme:ole:CoResumeClassObjects stub fixme:iphlpapi:NotifyAddrChange (Handle 0x7dde89b8, overlapped 0x7dde899c): stub fixme:system:SetP..