All Forums |
Register |
Login |
Search |
Subscriptions |
My Profile |
Inbox |
Tool Warehouse |
FAQs |
Resources |
Help |
Member List |
Address Book |
Logout |
|
|
adjusting configure
|
Logged in as: Guest |
Users viewing this topic: none |
|
Login  |
|
|
adjusting configure - Sep. 20, '02, 10:48:08 AM
|
|
|
QPublic
Posts: 4
Joined: Jul. 8, '02,
Status: offline
|
I' ve run into some of the PD programs that use configure that know about Interix 3.0 and some that don' t. The ones that don' t have it I can make them work. But what' s the recommended way? or most common way?
|
|
|
RE: adjusting configure - Sep. 20, '02, 10:55:32 AM
|
|
|
Rodney
Posts: 3728
Joined: Jul. 9, '02,
From: /Tools lab
Status: offline
|
The most current version of configure uses a file named " config.guess" that lists a heap of OS' s and various versions. The most up-to-date config.guess file has an entry for 3.0 that reads:
x86:*Interix*:3.*:*)
echo i386-pc-interix3
exit 0 ;;
(It' s a shell script case statement).
The easiest thing to do is if you already have another package with a " config.guess" has the above then you can just copy it to replace the config.guess that doesn' t have it. Another way is to copy the description above into the " config.guess" file.The " 3" in " interix3" is to separate it out from some older entries that have just " interix" BTW.
- Rodney
|
|
|
New Messages |
No New Messages |
Hot Topic w/ New Messages |
Hot Topic w/o New Messages |
|
Locked w/ New Messages |
Locked w/o New Messages |
|
Post New Thread
Reply to Message
Post New Poll
Submit Vote
Delete My Own Post
Delete My Own Thread
Rate Posts |
|
|
|