Program porting

[solved] Libtool troubles (libmikmod 3.2.0)

This is what I get when trying to build libmikmod 3.2.0:


make[2]: Entering directory `/home/salass00/Development/Projects/Libraries/libmikmod-3.2.0/libmikmod'
/bin/sh ../libtool --silent --mode=compile ppc-amigaos-gcc -DHAVE_CONFIG_H -g -O2 -fno-strength-reduce -funroll-loops -ffast-math -Wall -D_REENTRANT -Dunix -I../include -I.. -I../include -DMIKMOD_H=../include/mikmod.h -c ../drivers/drv_AF.c
../libtool: 1549: ../libtool: preserve_args+= --silent: not found
../libtool: 1: eval: base_compile+= ppc-amigaos-gcc: not found

Forums: 

Undefined reference to '__trampoline_setup'

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

Forums: 

OpenAL Soft 1.13 shared object problems

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.

Forums: 

BlitzMax Games

IMAGE(http://i.imgur.com/L3O4O.png)
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.

Forums: 

sigc++ problems

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

Forums: 

porting linux ./configure make programs

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?

Forums: 

Pages

Subscribe to RSS - Program porting