forums.ps2dev.org Forum Index forums.ps2dev.org
Homebrew PS2, PSP & PS3 Development Discussions
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Glich in libTremor autorun.sh

 
Post new topic   Reply to topic    forums.ps2dev.org Forum Index -> PSP Development
View previous topic :: View next topic  
Author Message
sherpya



Joined: 03 Oct 2005
Posts: 61

PostPosted: Mon Nov 07, 2005 10:01 pm    Post subject: Glich in libTremor autorun.sh Reply with quote

original autorun.sh of libTremor does this
Code:

(libtool) < /dev/null > /dev/null


since my libtool and I think also other version returns false without params
I suggesto to change the lin to
Code:

(libtool --version) < /dev/null > /dev/null
Back to top
View user's profile Send private message
rinco



Joined: 21 Jan 2005
Posts: 255
Location: Canberra, Australia

PostPosted: Mon Nov 07, 2005 10:05 pm    Post subject: Reply with quote

libtool --version doesn't work on mac....

Quote:

$ libtool --version
libtool: unknown option character `-' in: --version
Usage: libtool -static [-] file [...] [-filelist listfile[,dirname]] [-arch_only arch] [-sacLT]
Usage: libtool -dynamic [-] file [...] [-filelist listfile[,dirname]] [-arch_only arch] [-o output] [-install_name name] [-compatibility_version #] [-current_version #] [-seg1addr 0x#] [-segs_read_only_addr 0x#] [-segs_read_write_addr 0x#] [-seg_addr_table <filename>] [-seg_addr_table_filename <file_system_path>] [-all_load] [-noall_load]


a gnu libtool can be installed but it's called glibtool
Quote:
$ /sw/bin/glibtool --version
ltmain.sh (GNU libtool) 1.3.5 (1.385.2.206 2000/05/27 11:12:27)
Back to top
View user's profile Send private message
mrbrown



Joined: 17 Jan 2004
Posts: 1536

PostPosted: Tue Nov 08, 2005 2:20 am    Post subject: Reply with quote

Reverted to the original behavior, which is to pass --version.

Mac users can do "ln -s glibtool libtool".
Back to top
View user's profile Send private message
dsn



Joined: 09 Nov 2005
Posts: 47
Location: Indianapolis, Indiana, USA

PostPosted: Sat Nov 19, 2005 4:31 am    Post subject: Reply with quote

Tiger has glibtool and glibtoolize installed by default. Instead of creating a symbolic link, you can do a find-and-replace on autorun.sh to use glibtool instead of libtool.
Back to top
View user's profile Send private message Send e-mail
Display posts from previous:   
Post new topic   Reply to topic    forums.ps2dev.org Forum Index -> PSP Development All times are GMT + 10 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group