Path: chuka.playstation.co.uk!scea!peter_alau@playstation.sony.com From: Mathieu Tanguay Newsgroups: scee.yaroze.beginners Subject: HELP!!! Date: Thu, 04 Mar 1999 13:44:54 -0500 Organization: SCEA News Server Lines: 18 Message-ID: <36DED4A6.FCC536BC@megatoon.ca> NNTP-Posting-Host: qtmtl1.megatoon.ca Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Mailer: Mozilla 4.5 [en] (Win95; I) X-Accept-Language: en i've writtin an app on the net yaroze using two library, the libps.lib and the libsio.lib. The problem is that when I execute make I get errors like this: Main.c: undefined reference to '_sio_control' Main.c:relocation truncated to fit: JMPADDR _sio_control It seems that the linker takes by default libps.a and doesn't find that function in it. My question is how do i do to link new library to that file (if thats the problem) or how can i include library in my makefile? Thanks Reiko