extracting the ./configure line
Web Server forum
Back To The Forum Home!Search!Private Messaging System

Web Server Talk Web Server Talk > Unix and Linux reviews > Free Debian support > Linux Debian support > extracting the ./configure line




  Last Thread   Next Thread Next
  Show Printable Version Email this Page Subscribe to this Thread      Post New Thread    Post A Reply      

    extracting the ./configure line  
man-wai chang


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
09-13-05 12:46 PM


How could I extract the ./configure line from a deb source package?

I am using Ubuntu 5.04. and I want to compile the latest source codes
usng the ./configure line from those stock deb packages.


--
.~.    Might, Courage, Vision. http://www.linux-sxs.org
/ v \
/( _ )\  Linux 2.6.13
^ ^    19:51:01 up 1 day 7 min load average: 1.38 1.63 1.61





[ Post a follow-up to this message ]



    Re: extracting the ./configure line  
Alan Connor


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
09-14-05 01:46 AM

On alt.os.linux.debian, in <4326bda5$1_1@rain.i-cable.com>,
"man-wai chang" wrote:


> How could I extract the ./configure line from a deb source
> package?
>
> I am using Ubuntu 5.04. and I want to compile the latest source
> codes usng the ./configure line from those stock deb packages.

man deb
man ar

Not sure how the deb source packages are put together.

ar t <package_name>

will list the members of the archive.

AC






[ Post a follow-up to this message ]



    Re: extracting the ./configure line  
Rudy Banuls


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
09-14-05 01:46 AM

Pourquoi ton message ne se résume pas au seul texte suivant.
I don't know try to look in other forum or in manual.
try  ar t <package_name>
command wich list the members of the archive and try to see if there is a
Configure file in it.

man man man man man, i know it is really usefull to read manual before
asking something or read/search forum before.
"man deb" it like RTFM and i think those who uses those sentences are only a
bunch of ......

It is only my way of thinking.



"Alan Connor" <zzzzzz@xxx.invalid> a écrit dans le message de news:
slrndidkjh.2bu.zzzzzz@netkook.invalid...
> On alt.os.linux.debian, in <4326bda5$1_1@rain.i-cable.com>,
> "man-wai chang" wrote:
>
> 
>
> man deb
> man ar
>
> Not sure how the deb source packages are put together.
>
> ar t <package_name>
>
> will list the members of the archive.
>
> AC
>







[ Post a follow-up to this message ]



    Re: extracting the ./configure line  
Alan Connor


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
09-14-05 01:46 AM

On alt.os.linux.debian, in
<4326daf4$0$1732$8fcfb975@news.wanadoo.fr>, "Rudy Banuls" wrote:

<line with non-us-ascii character deleted, along with mime
headers>

> I don't know try to look in other forum or in manual. try ar t
> <package_name> command wich list the members of the archive and
> try to see if there is a Configure file in it.
>
> man man man man man, i know it is really usefull to read manual
> before asking something or read/search forum before. "man deb"
> it like RTFM and i think those who uses those sentences are
> only a bunch of ......
>
> It is only my way of thinking.

I see that you are using windoze.

Yet another manifestation of your mental incompetence.

AC

--
http://home.earthlink.net/~alanconnor/
http://angel.1jh.com./nanae/kooks/alanconnor.html





[ Post a follow-up to this message ]



    Re: extracting the ./configure line  
Rudy Banuls


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
09-14-05 12:46 PM

"Alan Connor" <zzzzzz@xxx.invalid> a écrit dans le message de news:
slrndiebi4.17u.zzzzzz@netkook.invalid...
> On alt.os.linux.debian, in
> <4326daf4$0$1732$8fcfb975@news.wanadoo.fr>, "Rudy Banuls" wrote:
>
> <line with non-us-ascii character deleted, along with mime
> headers>
> 
>
> I see that you are using windoze.
>
> Yet another manifestation of your mental incompetence.
>
> AC
>
> --
> http://home.earthlink.net/~alanconnor/
> http://angel.1jh.com./nanae/kooks/alanconnor.html

I only use linux/unix/VMS. I have no more windows. I am a french engineer
specialized in UNIX. You speaks without knowing the subject (quote "I see
that you are using windoze")
I don't want to speak anymore with you, it is useless but try to be more
indulgent with begineer in UNIX like. It don't serve linux community. We
must tell begineer how to learn by themselves but not for simple questions
of very beginner.










[ Post a follow-up to this message ]



    Re: extracting the ./configure line  
Alan Connor


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
09-14-05 12:46 PM

On alt.os.linux.debian, in
<4327fd85$0$27449$8fcfb975@news.wanadoo.fr>, "Rudy Banuls" wrote:

> "Alan Connor" <zzzzzz@xxx.invalid> a écrit dans le message de
> news: slrndiebi4.17u.zzzzzz@netkook.invalid...
> 
>
> I only use linux/unix/VMS. I have no more windows.

This is from your headers:

X-Newsreader: Microsoft Outlook Express 6.00.2900.2670

> I am a
> french engineer specialized in UNIX. You speaks without knowing
> the subject (quote "I see that you are using windoze") I don't
> want to speak anymore with you, it is useless but try to be
> more indulgent with begineer in UNIX like. It don't serve linux
> community. We must tell begineer how to learn by themselves but
> not for simple questions of very beginner.
>

This has got to be troll. No one this stupid could operate a
computer.

Looks like a third-grader's attempt to sound like someone
for whom English is a recently-acquired second language.

Does your Mother know you are playing with her computer again,
little boy?

AC






[ Post a follow-up to this message ]



    Re: extracting the ./configure line  
man-wai chang


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
09-15-05 12:46 PM


>
I have read the manual.

apt-get source package
cd package-...
vi rules

But Ubuntu's rules file is really cryptic. I couldn't spot the call to
./configure...

--
.~.    Might, Courage, Vision. http://www.linux-sxs.org
/ v \
/( _ )\  Linux 2.6.13
^ ^    19:59:01 up 1 day 21:49 load average: 1.02 1.04 1.00





[ Post a follow-up to this message ]



    Re: extracting the ./configure line  
Alan Connor


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
09-15-05 10:51 PM

On alt.os.linux.debian, in <43296263$1_3@rain.i-cable.com>,
"man-wai chang" wrote:

> I have read the manual.
>
> apt-get source package cd package-... vi rules
>
> But Ubuntu's rules file is really cryptic. I couldn't spot the
> call to ./configure...
>

Hi Chang,

Aren't the default options to configure in configure.ac or
configure.in? Autoconf uses those to create the ./configure
script.

They become "rules" when ./configure creates the Makefiles.

I'm looking at a straight Debian source package, not Ubuntu.

AC


--
People who post through google take and take and never give
back. How many of them have you seen help someone? If they are
asking about anything but how to use a real newsreader, PLEASE
DON'T HELP THEM. -----------> news.software.readers





[ Post a follow-up to this message ]



    Sponsored Links  




 





   All times are GMT. The time now is 05:16 PM.      Post New Thread    Post A Reply      
  Last Thread   Next Thread Next


Most Popular forums 

Forum Jump:
Rate This Thread:

Forum Rules:
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is OFF
vB code is ON
Smilies are ON
[IMG] code is OFF
 
Medical and Health forum | Computer Games Reviews | Graphics design forum

Back To The Top
Home | Usercp | Faq | Register