Jarvik7 / fceugc

Automatically exported from code.google.com/p/fceugc
0 stars 0 forks source link

problems compiling, get linking error #324

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Download the latest source r543
2. Try to compile it
3. The wii version compiles ok, but the gc version not.

What is the expected output? What do you see instead?
get both fceugx-wii.dol and fceugx-gc.dol executables but instead i get this:

linking ... fceugx-gc.elf
networkop.o: In function `InitializeNetwork':
c:/devkitPro/compiled/fceugc-read-only/source/networkop.cpp:332: undefined 
reference to `net_gethostip'
collect2: ld returned 1 exit status
make[2]: *** [/c/devkitPro/compiled/fceugc-read-only/executables/fceugx-gc.elf] 
Error 1
make[1]: *** [build_gc] Error 2
make[1]: Leaving directory `/c/devkitPro/compiled/fceugc-read-only'
"make": *** [gc] Error 2

Does this issue occur on FCE Ultra for Windows?
No

What version are you using? On GameCube or Wii?
Only gamecube

Are you using the official build (from the downloads page or auto-update)? 
latest source r543

Please provide any additional information below.
i am using devkitPPC r22 with libogc 1.8.6 and all the required portlibs, i 
wonder if with the latest changes it needs a new additional library

Original issue reported on code.google.com by luisx86@gmail.com on 10 Feb 2011 at 5:59

GoogleCodeExporter commented 9 years ago
fixed in SVN

Original comment by dborth@gmail.com on 10 Feb 2011 at 6:08