Next Generation Emulation banner
1 - 10 of 10 Posts

· Registered
Joined
·
32 Posts
Discussion Starter · #1 ·
Make gives me this:


Code:
gcc -Wall -mwindows -O2 -fomit-frame-pointer -finline-functions -ffast-math -fno
-strict-aliasing -m128bit-long-double -I. -I.. -I../zlib -I../IPU -I../DebugTool
s -D__WIN32__ -D__MINGW32__ -D__MSCW32__ -DENABLE_NLS -DPACKAGE=\"pcsx2\" -I../i
x86-32 -I../x86 ../Counters.o ../DebugTools/DisR5900.o ../Elfheader.o ../Hw.o ..
/Memory.o ../Misc.o ../GS.o ../FiFo.o ../Sif.o ../Plugins.o ../R5900.o ../InterT
ables.o ../Interpreter.o ../COP0.o ../FPU.o ../VU0.o ../VU0micro.o ../VU1micro.o
 ../VUflags.o ../MMI.o ../Vif.o ../SPR.o ../DebugTools/DisR5900asm.o ../IPU/IPU.
o ../DebugTools/DisVU0Micro.o ../DebugTools/DisVU1Micro.o ../CDVDiso.o ../CDVDis
odrv.o ../DebugTools/cpuopsDebug.o ../IPU/Idct.o ../IPU/Mpeg.o ../IPU/yuv2rgb.o
../Patch.o ../Stats.o ../VUops.o ../VifDma.o ../Cache.o ../R3000A.o ../DebugTool
s/DisR3000A.o ../DebugTools/DisR3000asm.o ../PsxBios.o ../PsxMem.o ../PsxInterpr
eter.o ../PsxCounters.o ../PsxHw.o ../PsxDma.o ../Gte.o ../Sio.o ../CdRom.o ../M
dec.o ../Decode_XA.o ../PsxGPU.o ../PsxSio2.o ../CDVD.o WinMain.o ini.o AboutDlg
.o ConfigDlg.o McdsDlg.o PatchBrowser.o DebugMemory.o Debugreg.o RDebugger.o Deb
ugger.o CpuDlg.o pcsx2.o ../RDebug/deci2.o ../RDebug/deci2_dbgp.o ../RDebug/deci
2_dcmp.o ../RDebug/deci2_iloadp.o ../RDebug/deci2_netmp.o ../RDebug/deci2_ttyp.o
 ../zlib/adler32.o ../zlib/compress.o ../zlib/crc32.o ../zlib/gzio.o ../zlib/unc
ompr.o ../zlib/deflate.o ../zlib/trees.o ../zlib/zutil.o ../zlib/inflate.o ../zl
ib/infback.o ../zlib/inftrees.o ../zlib/inffast.o ../x86/iR5900.o ../ix86-32/iR5
900Arit.o ../ix86-32/iR5900AritImm.o ../ix86-32/iR5900Branch.o ../ix86-32/iR5900
Jump.o ../ix86-32/iR5900LoadStore.o ../ix86-32/iR5900Move.o ../ix86-32/iR5900Mul
tDiv.o ../ix86-32/iR5900Shift.o ../x86/recCOP2.o ../x86/iCP0.o ../x86/iFPU.o ../
x86/iMMI.o ../x86/iVUmicro.o ../x86/iVU0micro.o ../x86/iVU1micro.o ../x86/iR3000
A.o ../x86/ix86/ix86.o ../x86/ix86/ix86_fpu.o ../x86/ix86/ix86_3dnow.o ../x86/ix
86/ix86_mmx.o ../x86/ix86/ix86_cpudetect.o ../x86/ix86/ix86_sse.o -o pcsx2.exe -
L./ -lcomctl32 -lwsock32 -lwinmm -lgdi32 -lcomdlg32 -lintl
/usr/lib/gcc-lib/i686-pc-cygwin/3.3.3/../../../../i686-pc-cygwin/bin/ld: cannot
find -lintl
collect2: ld returned 1 exit status
make: *** [pcsx2] Error 1
Why does this happen? Any ideas?


thanks...

Itay
 

· Registered
Joined
·
32 Posts
Discussion Starter · #9 ·
umm...I actually want to learn from the code, and understand it, and for that I want sometimes to change it and then compile to see how the change influenced the program, just for learning from the code...
And if I cannot compile it with no changes, I surely won't be able to compile it with them..

huh

Itay
 
1 - 10 of 10 Posts
This is an older thread, you may not receive a response, and could be reviving an old thread. Please consider creating a new thread.
Top