Anyone know what this means and how it can be fixed?
ppc-amigaos-gcc -Wall -g -O2 -use-dynld -o mpeg2desc mpeg2desc.o compat.o
mpeg2desc.o: In function `process_packets':
/home/salass00/Development/Projects/Shell/dvdauthor/src/mpeg2desc.c:340: undefined reference to `__trampoline_setup'
collect2: ld returned 1 exit status
I'm working on updating the OpenAL Soft port to version 1.13 but I'm having some problems with the shared object.
If I link and run utils/openal-info using the static libopenal it runs without problems (doesn't matter if I use static or shared other libraries). If I link it with libopenal.so it either ISIs on alcOpenDevice() or works correctly but hangs on exit depending on whether I use -nostartfiles when creating the .so or not.
All the object files for the .so are compiled using -fPIC option so at least that's not what is wrong.
Hi everyone,
My name is Cobra and I loved my Commodore 64 growing up and was mesmerised by the graphics of a neighbour's Amiga.
Anyway, earlier this year a goal of mine was realised by releasing Powerslam. The one and only pro wrestling game for Mac. Growing up as such a Commodore fan I am really interested in the possibility of a AmigaOS 4 port.
I'm trying to port something over from linux world. Made some makefiles on the pc/linux. Tranfered it to the amiga. After replacing some bash with sh and gawt with nawt i can now run make. But i get some errors with sigc++. Seems to be many related to sigc++.
In file included from ./../../protocol/extensions.h:47,
from ./../../protocol/peer_connection_base.h:47,
from block.cc:44:
./../../torrent/download_info.h:43:27: error: sigc++/signal.h: No such file or directory
A lot of open-source stuff from Linux uses the untar then ./configure then make method of compiling to install. When porting such things to AmigaOS, does one use an Amiga configure program/script, or does that part go away? If it is used, does one have to rewrite the program's configure information for ./configure to use, or should it work with Amiga's ./configure setup as it is? Does one need to use abc-shell for that?