bug-make
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: make switch options


From: Samuel Klatchko
Subject: RE: make switch options
Date: Fri, 21 Nov 2008 13:28:47 -0700

--with-X is most likely an option to configure.  Many open projects now have you build your code by doing:

 

  configure --options

  make

  make install

 

configure has a style of turning on features by doing --with-featurename and turning them off with --without-featurename.

 

Try to run configure again and see if it helps.

 

samuel

 

From: address@hidden [mailto:address@hidden On Behalf Of Siraj Rathore
Sent: Friday, November 21, 2008 11:13 AM
To: address@hidden
Subject: make switch options

 

i am installing a software on debian. To install this software correctly "make" must run as follows

 

make --with-126

 

But problem is "make" is  not supporting the switch "--with-126". Then i installed gnu make 3.81 but problem is still there. Can you help

 

Regards

Siraj


reply via email to

[Prev in Thread] Current Thread [Next in Thread]