Re: [nox-dev] problem with swig

2010-12-06 Thread Syed Akbar Mehdi
Actually in my case, libboost-dev did not work. I had to use
libboost-all-dev to make the error go away.

On Tue, Dec 7, 2010 at 6:45 AM, Murphy McCauley  wrote:

> Glad to hear it!
>
> Did you try it with just libboost-dev, or did you use libboost-all-dev?  If
> it's the former, I'd like to update the wiki (if it's the latter, I'll have
> to look into it more). :)
>
> -- Murphy
>
> On Dec 6, 2010, at 3:28 PM, Abhishek Majumdar wrote:
>
>  It works now. Thanks a lot.
>
> Abhishek Majumdar
>
>
> On 12/6/2010 2:13 PM, Murphy McCauley wrote:
>
> Yeah, I think this will probably work.
>
>  apt-get install libboost-dev
>
>  might also do the trick (and not be overkill).
>
>  -- Murphy
>
>  On Dec 6, 2010, at 12:07 PM, Syed Akbar Mehdi wrote:
>
> I encountered the same "configure: error: Could not link against !". Try
> installing the "libboost-all-dev" as well as "boost-build" packages. Maybe
> this is overkill but, in my case it made this error go away.
>
> sudo aptitude install boost-build libboost-all-dev
>
> --Akbar
>
> On Mon, Dec 6, 2010 at 9:06 PM,  wrote:
>
>> Output of "uname -a":
>> Linux Ubuntu10VM 2.6.32-26-generic #48-Ubuntu SMP Wed Nov 24 09:00:03 UTC
>> 2010 i686 GNU/Linux
>> Output of "cat /etc/issue":
>> Ubuntu 10.04.1 LTS \n \l
>>
>>
>>
>> > Can you send the config.log file from your build directory, as well as
>> the
>> > output from "uname -a" and "cat /etc/issue" ?
>> >
>> > -- Murphy
>> >
>> > On Dec 6, 2010, at 6:51 AM, Abhishek Majumdar wrote:
>> >
>> >> I still got that configure : error: could not link against !
>> >>
>> >> Thanks
>> >> Abhishek Majumdar
>> >>
>> >>
>> >> On 12/6/2010 8:43 AM, Murphy McCauley wrote:
>> >>> The information on that page is long out of date.  The noxrepo wiki
>> >>> (http://noxrepo.org/noxwiki) is much more in line with reality.  The
>> >>> packages listed on that page are for Debian, and the NOX it has you
>> >>> fetch is no longer 0.6.0.
>> >>>
>> >>> Please try the following (copy/pasted from the noxrepo wiki), and then
>> >>> re-run ../configure:
>> >>>
>> >>> sudo apt-get install autoconf automake g++ libtool swig make git-core
>> >>> libboost-test-dev libboost-filesystem-dev libssl-dev libpcap-dev
>> >>> python-twisted python-simplejson python-dev
>> >>>
>> >>>
>> >>> -- Murphy
>> >>>
>> >>> On Dec 6, 2010, at 6:36 AM, majum...@cse.unl.edu wrote:
>> >>>
>>  BTW I'm using the tutorial given at
>> 
>> http://www.openflowswitch.org/foswiki/bin/view/OpenFlow/Deployment/HOWTO/LabSetup#4_Controller_Setup
>> 
>>  So I'm using NOX 0.6
>> 
>>  Thanks
>>  Abhishek
>> 
>> > Can you please post the results of running "apt-get install swig"
>> and
>> > also
>> > the results of running "../configure" ?
>> >
>> > Also, which version of NOX are you using?
>> >
>> > -- Murphy
>> >
>> > On Dec 5, 2010, at 11:44 PM, Abhishek Majumdar wrote:
>> >
>> >> Its Linux Ubuntu10Vm 2.6.32-25-generic. I separately installed
>> >> everything and in /nox/build when i do ../configure it recognizes
>> >> and
>> >> then gives "configure: error: Could not link against !"
>> >>
>> >> Thanks
>> >> Abhishek Majumdar
>> >>
>> >>
>> >> On 12/5/2010 10:35 PM, kk yap wrote:
>> >>> Hi Abhishek,
>> >>>
>> >>> Let's see... Try make install and ldconfig?
>> >>>
>> >>> Jokes aside, please let us know your OS, distro, etc. for anyone
>> to
>> >>> give advice.  It works perfectly on Ubuntu (Lucid Lynx) for me.
>>  In
>> >>> fact, we have a pseudo-package that installs the requisites using
>> >>> apt-get.
>> >>>
>> >>> Regards
>> >>> KK
>> >>>
>> >>> On 5 December 2010 20:24, Abhishek Majumdar
>> >>> wrote:
>>  When I try to install the pre-requisites, it says swig package
>>  cannot
>>  be
>>  found. I separately installed libboost, it can now detect, but
>>  cannot
>>  link i
>>  guess. please help ASAP.
>> 
>>  --
>>  Thanks
>>  Abhishek Majumdar
>> 
>> 
>>  ___
>>  nox-dev mailing list
>>  nox-dev@noxrepo.org
>>  http://noxrepo.org/mailman/listinfo/nox-dev_noxrepo.org
>> 
>> >> ___
>> >> nox-dev mailing list
>> >> nox-dev@noxrepo.org
>> >> http://noxrepo.org/mailman/listinfo/nox-dev_noxrepo.org
>> 
>> >
>>
>> ___
>> nox-dev mailing list
>> nox-dev@noxrepo.org
>> http://noxrepo.org/mailman/listinfo/nox-dev_noxrepo.org
>>
>>
>
>
>
___
nox-dev mailing list
nox-dev@noxrepo.org
http://noxrepo.org/mailman/listinfo/nox-dev_noxrepo.org


Re: [nox-dev] problem with swig

2010-12-06 Thread kk yap
Murphy,

The list I use for the package is

Depends: doxygen, doxypy, build-essential, python-dev, autoconf,
automake, make, g++, libtool, python-twisted, python-dev, swig,
libssl-dev, libboost-dev (>= 1.34.1), libboost-test-dev,
libboost-filesystem-dev

Suggests: git-core, libsqilte3-dev, python-simplejson

libboost-all-dev is quite a bit to download for me.

Regards
KK


On 6 December 2010 17:45, Murphy McCauley  wrote:
> Glad to hear it!
> Did you try it with just libboost-dev, or did you use libboost-all-dev?  If
> it's the former, I'd like to update the wiki (if it's the latter, I'll have
> to look into it more). :)
> -- Murphy
> On Dec 6, 2010, at 3:28 PM, Abhishek Majumdar wrote:
>
> It works now. Thanks a lot.
>
> Abhishek Majumdar
>
> On 12/6/2010 2:13 PM, Murphy McCauley wrote:
>
> Yeah, I think this will probably work.
> apt-get install libboost-dev
> might also do the trick (and not be overkill).
> -- Murphy
> On Dec 6, 2010, at 12:07 PM, Syed Akbar Mehdi wrote:
>
> I encountered the same "configure: error: Could not link against !". Try
> installing the "libboost-all-dev" as well as "boost-build" packages. Maybe
> this is overkill but, in my case it made this error go away.
>
> sudo aptitude install boost-build libboost-all-dev
>
> --Akbar
>
> On Mon, Dec 6, 2010 at 9:06 PM,  wrote:
>>
>> Output of "uname -a":
>> Linux Ubuntu10VM 2.6.32-26-generic #48-Ubuntu SMP Wed Nov 24 09:00:03 UTC
>> 2010 i686 GNU/Linux
>> Output of "cat /etc/issue":
>> Ubuntu 10.04.1 LTS \n \l
>>
>>
>>
>> > Can you send the config.log file from your build directory, as well as
>> > the
>> > output from "uname -a" and "cat /etc/issue" ?
>> >
>> > -- Murphy
>> >
>> > On Dec 6, 2010, at 6:51 AM, Abhishek Majumdar wrote:
>> >
>> >> I still got that configure : error: could not link against !
>> >>
>> >> Thanks
>> >> Abhishek Majumdar
>> >>
>> >>
>> >> On 12/6/2010 8:43 AM, Murphy McCauley wrote:
>> >>> The information on that page is long out of date.  The noxrepo wiki
>> >>> (http://noxrepo.org/noxwiki) is much more in line with reality.  The
>> >>> packages listed on that page are for Debian, and the NOX it has you
>> >>> fetch is no longer 0.6.0.
>> >>>
>> >>> Please try the following (copy/pasted from the noxrepo wiki), and then
>> >>> re-run ../configure:
>> >>>
>> >>> sudo apt-get install autoconf automake g++ libtool swig make git-core
>> >>> libboost-test-dev libboost-filesystem-dev libssl-dev libpcap-dev
>> >>> python-twisted python-simplejson python-dev
>> >>>
>> >>>
>> >>> -- Murphy
>> >>>
>> >>> On Dec 6, 2010, at 6:36 AM, majum...@cse.unl.edu wrote:
>> >>>
>>  BTW I'm using the tutorial given at
>> 
>>  http://www.openflowswitch.org/foswiki/bin/view/OpenFlow/Deployment/HOWTO/LabSetup#4_Controller_Setup
>> 
>>  So I'm using NOX 0.6
>> 
>>  Thanks
>>  Abhishek
>> 
>> > Can you please post the results of running "apt-get install swig"
>> > and
>> > also
>> > the results of running "../configure" ?
>> >
>> > Also, which version of NOX are you using?
>> >
>> > -- Murphy
>> >
>> > On Dec 5, 2010, at 11:44 PM, Abhishek Majumdar wrote:
>> >
>> >> Its Linux Ubuntu10Vm 2.6.32-25-generic. I separately installed
>> >> everything and in /nox/build when i do ../configure it recognizes
>> >> and
>> >> then gives "configure: error: Could not link against !"
>> >>
>> >> Thanks
>> >> Abhishek Majumdar
>> >>
>> >>
>> >> On 12/5/2010 10:35 PM, kk yap wrote:
>> >>> Hi Abhishek,
>> >>>
>> >>> Let's see... Try make install and ldconfig?
>> >>>
>> >>> Jokes aside, please let us know your OS, distro, etc. for anyone
>> >>> to
>> >>> give advice.  It works perfectly on Ubuntu (Lucid Lynx) for me.
>> >>>  In
>> >>> fact, we have a pseudo-package that installs the requisites using
>> >>> apt-get.
>> >>>
>> >>> Regards
>> >>> KK
>> >>>
>> >>> On 5 December 2010 20:24, Abhishek Majumdar
>> >>> wrote:
>>  When I try to install the pre-requisites, it says swig package
>>  cannot
>>  be
>>  found. I separately installed libboost, it can now detect, but
>>  cannot
>>  link i
>>  guess. please help ASAP.
>> 
>>  --
>>  Thanks
>>  Abhishek Majumdar
>> 
>> 
>>  ___
>>  nox-dev mailing list
>>  nox-dev@noxrepo.org
>>  http://noxrepo.org/mailman/listinfo/nox-dev_noxrepo.org
>> 
>> >> ___
>> >> nox-dev mailing list
>> >> nox-dev@noxrepo.org
>> >> http://noxrepo.org/mailman/listinfo/nox-dev_noxrepo.org
>> 
>> >
>>
>> ___
>> nox-dev mailing list
>> nox-dev@noxrepo.org
>> http://noxrepo.org/mailman/listinfo/nox-dev_noxrepo.org
>>
>
>
>
>
> 

Re: [nox-dev] problem with swig

2010-12-06 Thread Murphy McCauley
Glad to hear it!

Did you try it with just libboost-dev, or did you use libboost-all-dev?  If 
it's the former, I'd like to update the wiki (if it's the latter, I'll have to 
look into it more). :)

-- Murphy

On Dec 6, 2010, at 3:28 PM, Abhishek Majumdar wrote:

> It works now. Thanks a lot.
> Abhishek Majumdar
> 
> On 12/6/2010 2:13 PM, Murphy McCauley wrote:
>> 
>> Yeah, I think this will probably work.
>> 
>> apt-get install libboost-dev
>> 
>> might also do the trick (and not be overkill).
>> 
>> -- Murphy
>> 
>> On Dec 6, 2010, at 12:07 PM, Syed Akbar Mehdi wrote:
>> 
>>> I encountered the same "configure: error: Could not link against !". Try 
>>> installing the "libboost-all-dev" as well as "boost-build" packages. Maybe 
>>> this is overkill but, in my case it made this error go away. 
>>> 
>>> sudo aptitude install boost-build libboost-all-dev
>>> 
>>> --Akbar
>>> 
>>> On Mon, Dec 6, 2010 at 9:06 PM,  wrote:
>>> Output of "uname -a":
>>> Linux Ubuntu10VM 2.6.32-26-generic #48-Ubuntu SMP Wed Nov 24 09:00:03 UTC
>>> 2010 i686 GNU/Linux
>>> Output of "cat /etc/issue":
>>> Ubuntu 10.04.1 LTS \n \l
>>> 
>>> 
>>> 
>>> > Can you send the config.log file from your build directory, as well as the
>>> > output from "uname -a" and "cat /etc/issue" ?
>>> >
>>> > -- Murphy
>>> >
>>> > On Dec 6, 2010, at 6:51 AM, Abhishek Majumdar wrote:
>>> >
>>> >> I still got that configure : error: could not link against !
>>> >>
>>> >> Thanks
>>> >> Abhishek Majumdar
>>> >>
>>> >>
>>> >> On 12/6/2010 8:43 AM, Murphy McCauley wrote:
>>> >>> The information on that page is long out of date.  The noxrepo wiki
>>> >>> (http://noxrepo.org/noxwiki) is much more in line with reality.  The
>>> >>> packages listed on that page are for Debian, and the NOX it has you
>>> >>> fetch is no longer 0.6.0.
>>> >>>
>>> >>> Please try the following (copy/pasted from the noxrepo wiki), and then
>>> >>> re-run ../configure:
>>> >>>
>>> >>> sudo apt-get install autoconf automake g++ libtool swig make git-core
>>> >>> libboost-test-dev libboost-filesystem-dev libssl-dev libpcap-dev
>>> >>> python-twisted python-simplejson python-dev
>>> >>>
>>> >>>
>>> >>> -- Murphy
>>> >>>
>>> >>> On Dec 6, 2010, at 6:36 AM, majum...@cse.unl.edu wrote:
>>> >>>
>>>  BTW I'm using the tutorial given at
>>>  http://www.openflowswitch.org/foswiki/bin/view/OpenFlow/Deployment/HOWTO/LabSetup#4_Controller_Setup
>>> 
>>>  So I'm using NOX 0.6
>>> 
>>>  Thanks
>>>  Abhishek
>>> 
>>> > Can you please post the results of running "apt-get install swig" and
>>> > also
>>> > the results of running "../configure" ?
>>> >
>>> > Also, which version of NOX are you using?
>>> >
>>> > -- Murphy
>>> >
>>> > On Dec 5, 2010, at 11:44 PM, Abhishek Majumdar wrote:
>>> >
>>> >> Its Linux Ubuntu10Vm 2.6.32-25-generic. I separately installed
>>> >> everything and in /nox/build when i do ../configure it recognizes
>>> >> and
>>> >> then gives "configure: error: Could not link against !"
>>> >>
>>> >> Thanks
>>> >> Abhishek Majumdar
>>> >>
>>> >>
>>> >> On 12/5/2010 10:35 PM, kk yap wrote:
>>> >>> Hi Abhishek,
>>> >>>
>>> >>> Let's see... Try make install and ldconfig?
>>> >>>
>>> >>> Jokes aside, please let us know your OS, distro, etc. for anyone to
>>> >>> give advice.  It works perfectly on Ubuntu (Lucid Lynx) for me.  In
>>> >>> fact, we have a pseudo-package that installs the requisites using
>>> >>> apt-get.
>>> >>>
>>> >>> Regards
>>> >>> KK
>>> >>>
>>> >>> On 5 December 2010 20:24, Abhishek Majumdar
>>> >>> wrote:
>>>  When I try to install the pre-requisites, it says swig package
>>>  cannot
>>>  be
>>>  found. I separately installed libboost, it can now detect, but
>>>  cannot
>>>  link i
>>>  guess. please help ASAP.
>>> 
>>>  --
>>>  Thanks
>>>  Abhishek Majumdar
>>> 
>>> 
>>>  ___
>>>  nox-dev mailing list
>>>  nox-dev@noxrepo.org
>>>  http://noxrepo.org/mailman/listinfo/nox-dev_noxrepo.org
>>> 
>>> >> ___
>>> >> nox-dev mailing list
>>> >> nox-dev@noxrepo.org
>>> >> http://noxrepo.org/mailman/listinfo/nox-dev_noxrepo.org
>>> 
>>> >
>>> 
>>> ___
>>> nox-dev mailing list
>>> nox-dev@noxrepo.org
>>> http://noxrepo.org/mailman/listinfo/nox-dev_noxrepo.org
>>> 
>>> 
>> 

___
nox-dev mailing list
nox-dev@noxrepo.org
http://noxrepo.org/mailman/listinfo/nox-dev_noxrepo.org


Re: [nox-dev] problem with swig

2010-12-06 Thread Abhishek Majumdar

It works now. Thanks a lot.

Abhishek Majumdar


On 12/6/2010 2:13 PM, Murphy McCauley wrote:

Yeah, I think this will probably work.

apt-get install libboost-dev

might also do the trick (and not be overkill).

-- Murphy

On Dec 6, 2010, at 12:07 PM, Syed Akbar Mehdi wrote:

I encountered the same "configure: error: Could not link against !". 
Try installing the "libboost-all-dev" as well as "boost-build" 
packages. Maybe this is overkill but, in my case it made this error 
go away.


sudo aptitude install boost-build libboost-all-dev

--Akbar

On Mon, Dec 6, 2010 at 9:06 PM, > wrote:


Output of "uname -a":
Linux Ubuntu10VM 2.6.32-26-generic #48-Ubuntu SMP Wed Nov 24
09:00:03 UTC
2010 i686 GNU/Linux
Output of "cat /etc/issue":
Ubuntu 10.04.1 LTS \n \l



> Can you send the config.log file from your build directory, as
well as the
> output from "uname -a" and "cat /etc/issue" ?
>
> -- Murphy
>
> On Dec 6, 2010, at 6:51 AM, Abhishek Majumdar wrote:
>
>> I still got that configure : error: could not link against !
>>
>> Thanks
>> Abhishek Majumdar
>>
>>
>> On 12/6/2010 8:43 AM, Murphy McCauley wrote:
>>> The information on that page is long out of date.  The
noxrepo wiki
>>> (http://noxrepo.org/noxwiki) is much more in line with
reality.  The
>>> packages listed on that page are for Debian, and the NOX it
has you
>>> fetch is no longer 0.6.0.
>>>
>>> Please try the following (copy/pasted from the noxrepo wiki),
and then
>>> re-run ../configure:
>>>
>>> sudo apt-get install autoconf automake g++ libtool swig make
git-core
>>> libboost-test-dev libboost-filesystem-dev libssl-dev libpcap-dev
>>> python-twisted python-simplejson python-dev
>>>
>>>
>>> -- Murphy
>>>
>>> On Dec 6, 2010, at 6:36 AM, majum...@cse.unl.edu
 wrote:
>>>
 BTW I'm using the tutorial given at


http://www.openflowswitch.org/foswiki/bin/view/OpenFlow/Deployment/HOWTO/LabSetup#4_Controller_Setup

 So I'm using NOX 0.6

 Thanks
 Abhishek

> Can you please post the results of running "apt-get install
swig" and
> also
> the results of running "../configure" ?
>
> Also, which version of NOX are you using?
>
> -- Murphy
>
> On Dec 5, 2010, at 11:44 PM, Abhishek Majumdar wrote:
>
>> Its Linux Ubuntu10Vm 2.6.32-25-generic. I separately installed
>> everything and in /nox/build when i do ../configure it
recognizes
>> and
>> then gives "configure: error: Could not link against !"
>>
>> Thanks
>> Abhishek Majumdar
>>
>>
>> On 12/5/2010 10:35 PM, kk yap wrote:
>>> Hi Abhishek,
>>>
>>> Let's see... Try make install and ldconfig?
>>>
>>> Jokes aside, please let us know your OS, distro, etc. for
anyone to
>>> give advice.  It works perfectly on Ubuntu (Lucid Lynx)
for me.  In
>>> fact, we have a pseudo-package that installs the
requisites using
>>> apt-get.
>>>
>>> Regards
>>> KK
>>>
>>> On 5 December 2010 20:24, Abhishek
Majumdarmailto:majum...@cse.unl.edu>>
>>> wrote:
 When I try to install the pre-requisites, it says swig
package
 cannot
 be
 found. I separately installed libboost, it can now
detect, but
 cannot
 link i
 guess. please help ASAP.

 --
 Thanks
 Abhishek Majumdar


 ___
 nox-dev mailing list
 nox-dev@noxrepo.org 
 http://noxrepo.org/mailman/listinfo/nox-dev_noxrepo.org

>> ___
>> nox-dev mailing list
>> nox-dev@noxrepo.org 
>> http://noxrepo.org/mailman/listinfo/nox-dev_noxrepo.org

>

___
nox-dev mailing list
nox-dev@noxrepo.org 
http://noxrepo.org/mailman/listinfo/nox-dev_noxrepo.org




___
nox-dev mailing list
nox-dev@noxrepo.org
http://noxrepo.org/mailman/listinfo/nox-dev_noxrepo.org


Re: [nox-dev] problem with swig

2010-12-06 Thread Murphy McCauley
Yeah, I think this will probably work.

apt-get install libboost-dev

might also do the trick (and not be overkill).

-- Murphy

On Dec 6, 2010, at 12:07 PM, Syed Akbar Mehdi wrote:

> I encountered the same "configure: error: Could not link against !". Try 
> installing the "libboost-all-dev" as well as "boost-build" packages. Maybe 
> this is overkill but, in my case it made this error go away. 
> 
> sudo aptitude install boost-build libboost-all-dev
> 
> --Akbar
> 
> On Mon, Dec 6, 2010 at 9:06 PM,  wrote:
> Output of "uname -a":
> Linux Ubuntu10VM 2.6.32-26-generic #48-Ubuntu SMP Wed Nov 24 09:00:03 UTC
> 2010 i686 GNU/Linux
> Output of "cat /etc/issue":
> Ubuntu 10.04.1 LTS \n \l
> 
> 
> 
> > Can you send the config.log file from your build directory, as well as the
> > output from "uname -a" and "cat /etc/issue" ?
> >
> > -- Murphy
> >
> > On Dec 6, 2010, at 6:51 AM, Abhishek Majumdar wrote:
> >
> >> I still got that configure : error: could not link against !
> >>
> >> Thanks
> >> Abhishek Majumdar
> >>
> >>
> >> On 12/6/2010 8:43 AM, Murphy McCauley wrote:
> >>> The information on that page is long out of date.  The noxrepo wiki
> >>> (http://noxrepo.org/noxwiki) is much more in line with reality.  The
> >>> packages listed on that page are for Debian, and the NOX it has you
> >>> fetch is no longer 0.6.0.
> >>>
> >>> Please try the following (copy/pasted from the noxrepo wiki), and then
> >>> re-run ../configure:
> >>>
> >>> sudo apt-get install autoconf automake g++ libtool swig make git-core
> >>> libboost-test-dev libboost-filesystem-dev libssl-dev libpcap-dev
> >>> python-twisted python-simplejson python-dev
> >>>
> >>>
> >>> -- Murphy
> >>>
> >>> On Dec 6, 2010, at 6:36 AM, majum...@cse.unl.edu wrote:
> >>>
>  BTW I'm using the tutorial given at
>  http://www.openflowswitch.org/foswiki/bin/view/OpenFlow/Deployment/HOWTO/LabSetup#4_Controller_Setup
> 
>  So I'm using NOX 0.6
> 
>  Thanks
>  Abhishek
> 
> > Can you please post the results of running "apt-get install swig" and
> > also
> > the results of running "../configure" ?
> >
> > Also, which version of NOX are you using?
> >
> > -- Murphy
> >
> > On Dec 5, 2010, at 11:44 PM, Abhishek Majumdar wrote:
> >
> >> Its Linux Ubuntu10Vm 2.6.32-25-generic. I separately installed
> >> everything and in /nox/build when i do ../configure it recognizes
> >> and
> >> then gives "configure: error: Could not link against !"
> >>
> >> Thanks
> >> Abhishek Majumdar
> >>
> >>
> >> On 12/5/2010 10:35 PM, kk yap wrote:
> >>> Hi Abhishek,
> >>>
> >>> Let's see... Try make install and ldconfig?
> >>>
> >>> Jokes aside, please let us know your OS, distro, etc. for anyone to
> >>> give advice.  It works perfectly on Ubuntu (Lucid Lynx) for me.  In
> >>> fact, we have a pseudo-package that installs the requisites using
> >>> apt-get.
> >>>
> >>> Regards
> >>> KK
> >>>
> >>> On 5 December 2010 20:24, Abhishek Majumdar
> >>> wrote:
>  When I try to install the pre-requisites, it says swig package
>  cannot
>  be
>  found. I separately installed libboost, it can now detect, but
>  cannot
>  link i
>  guess. please help ASAP.
> 
>  --
>  Thanks
>  Abhishek Majumdar
> 
> 
>  ___
>  nox-dev mailing list
>  nox-dev@noxrepo.org
>  http://noxrepo.org/mailman/listinfo/nox-dev_noxrepo.org
> 
> >> ___
> >> nox-dev mailing list
> >> nox-dev@noxrepo.org
> >> http://noxrepo.org/mailman/listinfo/nox-dev_noxrepo.org
> 
> >
> 
> ___
> nox-dev mailing list
> nox-dev@noxrepo.org
> http://noxrepo.org/mailman/listinfo/nox-dev_noxrepo.org
> 
> 

___
nox-dev mailing list
nox-dev@noxrepo.org
http://noxrepo.org/mailman/listinfo/nox-dev_noxrepo.org


Re: [nox-dev] problem with swig

2010-12-06 Thread Syed Akbar Mehdi
I encountered the same "configure: error: Could not link against !". Try
installing the "libboost-all-dev" as well as "boost-build" packages. Maybe
this is overkill but, in my case it made this error go away.

sudo aptitude install boost-build libboost-all-dev

--Akbar

On Mon, Dec 6, 2010 at 9:06 PM,  wrote:

> Output of "uname -a":
> Linux Ubuntu10VM 2.6.32-26-generic #48-Ubuntu SMP Wed Nov 24 09:00:03 UTC
> 2010 i686 GNU/Linux
> Output of "cat /etc/issue":
> Ubuntu 10.04.1 LTS \n \l
>
>
>
> > Can you send the config.log file from your build directory, as well as
> the
> > output from "uname -a" and "cat /etc/issue" ?
> >
> > -- Murphy
> >
> > On Dec 6, 2010, at 6:51 AM, Abhishek Majumdar wrote:
> >
> >> I still got that configure : error: could not link against !
> >>
> >> Thanks
> >> Abhishek Majumdar
> >>
> >>
> >> On 12/6/2010 8:43 AM, Murphy McCauley wrote:
> >>> The information on that page is long out of date.  The noxrepo wiki
> >>> (http://noxrepo.org/noxwiki) is much more in line with reality.  The
> >>> packages listed on that page are for Debian, and the NOX it has you
> >>> fetch is no longer 0.6.0.
> >>>
> >>> Please try the following (copy/pasted from the noxrepo wiki), and then
> >>> re-run ../configure:
> >>>
> >>> sudo apt-get install autoconf automake g++ libtool swig make git-core
> >>> libboost-test-dev libboost-filesystem-dev libssl-dev libpcap-dev
> >>> python-twisted python-simplejson python-dev
> >>>
> >>>
> >>> -- Murphy
> >>>
> >>> On Dec 6, 2010, at 6:36 AM, majum...@cse.unl.edu wrote:
> >>>
>  BTW I'm using the tutorial given at
> 
> http://www.openflowswitch.org/foswiki/bin/view/OpenFlow/Deployment/HOWTO/LabSetup#4_Controller_Setup
> 
>  So I'm using NOX 0.6
> 
>  Thanks
>  Abhishek
> 
> > Can you please post the results of running "apt-get install swig" and
> > also
> > the results of running "../configure" ?
> >
> > Also, which version of NOX are you using?
> >
> > -- Murphy
> >
> > On Dec 5, 2010, at 11:44 PM, Abhishek Majumdar wrote:
> >
> >> Its Linux Ubuntu10Vm 2.6.32-25-generic. I separately installed
> >> everything and in /nox/build when i do ../configure it recognizes
> >> and
> >> then gives "configure: error: Could not link against !"
> >>
> >> Thanks
> >> Abhishek Majumdar
> >>
> >>
> >> On 12/5/2010 10:35 PM, kk yap wrote:
> >>> Hi Abhishek,
> >>>
> >>> Let's see... Try make install and ldconfig?
> >>>
> >>> Jokes aside, please let us know your OS, distro, etc. for anyone to
> >>> give advice.  It works perfectly on Ubuntu (Lucid Lynx) for me.  In
> >>> fact, we have a pseudo-package that installs the requisites using
> >>> apt-get.
> >>>
> >>> Regards
> >>> KK
> >>>
> >>> On 5 December 2010 20:24, Abhishek Majumdar
> >>> wrote:
>  When I try to install the pre-requisites, it says swig package
>  cannot
>  be
>  found. I separately installed libboost, it can now detect, but
>  cannot
>  link i
>  guess. please help ASAP.
> 
>  --
>  Thanks
>  Abhishek Majumdar
> 
> 
>  ___
>  nox-dev mailing list
>  nox-dev@noxrepo.org
>  http://noxrepo.org/mailman/listinfo/nox-dev_noxrepo.org
> 
> >> ___
> >> nox-dev mailing list
> >> nox-dev@noxrepo.org
> >> http://noxrepo.org/mailman/listinfo/nox-dev_noxrepo.org
> 
> >
>
> ___
> nox-dev mailing list
> nox-dev@noxrepo.org
> http://noxrepo.org/mailman/listinfo/nox-dev_noxrepo.org
>
>
___
nox-dev mailing list
nox-dev@noxrepo.org
http://noxrepo.org/mailman/listinfo/nox-dev_noxrepo.org


Re: [nox-dev] problem with swig

2010-12-06 Thread majumdar
Output of "uname -a":
Linux Ubuntu10VM 2.6.32-26-generic #48-Ubuntu SMP Wed Nov 24 09:00:03 UTC
2010 i686 GNU/Linux
Output of "cat /etc/issue":
Ubuntu 10.04.1 LTS \n \l



> Can you send the config.log file from your build directory, as well as the
> output from "uname -a" and "cat /etc/issue" ?
>
> -- Murphy
>
> On Dec 6, 2010, at 6:51 AM, Abhishek Majumdar wrote:
>
>> I still got that configure : error: could not link against !
>>
>> Thanks
>> Abhishek Majumdar
>>
>>
>> On 12/6/2010 8:43 AM, Murphy McCauley wrote:
>>> The information on that page is long out of date.  The noxrepo wiki
>>> (http://noxrepo.org/noxwiki) is much more in line with reality.  The
>>> packages listed on that page are for Debian, and the NOX it has you
>>> fetch is no longer 0.6.0.
>>>
>>> Please try the following (copy/pasted from the noxrepo wiki), and then
>>> re-run ../configure:
>>>
>>> sudo apt-get install autoconf automake g++ libtool swig make git-core
>>> libboost-test-dev libboost-filesystem-dev libssl-dev libpcap-dev
>>> python-twisted python-simplejson python-dev
>>>
>>>
>>> -- Murphy
>>>
>>> On Dec 6, 2010, at 6:36 AM, majum...@cse.unl.edu wrote:
>>>
 BTW I'm using the tutorial given at
 http://www.openflowswitch.org/foswiki/bin/view/OpenFlow/Deployment/HOWTO/LabSetup#4_Controller_Setup

 So I'm using NOX 0.6

 Thanks
 Abhishek

> Can you please post the results of running "apt-get install swig" and
> also
> the results of running "../configure" ?
>
> Also, which version of NOX are you using?
>
> -- Murphy
>
> On Dec 5, 2010, at 11:44 PM, Abhishek Majumdar wrote:
>
>> Its Linux Ubuntu10Vm 2.6.32-25-generic. I separately installed
>> everything and in /nox/build when i do ../configure it recognizes
>> and
>> then gives "configure: error: Could not link against !"
>>
>> Thanks
>> Abhishek Majumdar
>>
>>
>> On 12/5/2010 10:35 PM, kk yap wrote:
>>> Hi Abhishek,
>>>
>>> Let's see... Try make install and ldconfig?
>>>
>>> Jokes aside, please let us know your OS, distro, etc. for anyone to
>>> give advice.  It works perfectly on Ubuntu (Lucid Lynx) for me.  In
>>> fact, we have a pseudo-package that installs the requisites using
>>> apt-get.
>>>
>>> Regards
>>> KK
>>>
>>> On 5 December 2010 20:24, Abhishek Majumdar
>>> wrote:
 When I try to install the pre-requisites, it says swig package
 cannot
 be
 found. I separately installed libboost, it can now detect, but
 cannot
 link i
 guess. please help ASAP.

 --
 Thanks
 Abhishek Majumdar


 ___
 nox-dev mailing list
 nox-dev@noxrepo.org
 http://noxrepo.org/mailman/listinfo/nox-dev_noxrepo.org

>> ___
>> nox-dev mailing list
>> nox-dev@noxrepo.org
>> http://noxrepo.org/mailman/listinfo/nox-dev_noxrepo.org

>
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by nox configure 0.9.0(zaku)~full~beta, which was
generated by GNU Autoconf 2.65.  Invocation command line was

  $ ../configure 

## - ##
## Platform. ##
## - ##

hostname = Ubuntu10VM
uname -m = i686
uname -r = 2.6.32-26-generic
uname -s = Linux
uname -v = #48-Ubuntu SMP Wed Nov 24 09:00:03 UTC 2010

/usr/bin/uname -p = unknown
/bin/uname -X = unknown

/bin/arch  = unknown
/usr/bin/arch -k   = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo  = unknown
/bin/machine   = unknown
/usr/bin/oslevel   = unknown
/bin/universe  = unknown

PATH: /usr/local/sbin
PATH: /usr/local/bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /sbin
PATH: /bin
PATH: /usr/games


## --- ##
## Core tests. ##
## --- ##

configure:2562: checking build number
configure:2580: result: none
configure:2617: checking for a BSD-compatible install
configure:2685: result: /usr/bin/install -c
configure:2696: checking whether build environment is sane
configure:2746: result: yes
configure:2887: checking for a thread-safe mkdir -p
configure:2926: result: /bin/mkdir -p
configure:2939: checking for gawk
configure:2955: found /usr/bin/gawk
configure:2966: result: gawk
configure:2977: checking whether make sets $(MAKE)
configure:2999: result: yes
configure:3074: checking how to create a ustar tar archive
configure:3087: tar --version
tar (GNU tar) 1.22
Copyright (C) 2009 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later .
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.

Written by John Gilmore and Jay Fenlason.
configure:3090: $? = 0
configure:3130: tardir=conf

Re: [nox-dev] problem with swig

2010-12-06 Thread Murphy McCauley
Can you send the config.log file from your build directory, as well as the 
output from "uname -a" and "cat /etc/issue" ?

-- Murphy

On Dec 6, 2010, at 6:51 AM, Abhishek Majumdar wrote:

> I still got that configure : error: could not link against !
> 
> Thanks
> Abhishek Majumdar
> 
> 
> On 12/6/2010 8:43 AM, Murphy McCauley wrote:
>> The information on that page is long out of date.  The noxrepo wiki 
>> (http://noxrepo.org/noxwiki) is much more in line with reality.  The 
>> packages listed on that page are for Debian, and the NOX it has you fetch is 
>> no longer 0.6.0.
>> 
>> Please try the following (copy/pasted from the noxrepo wiki), and then 
>> re-run ../configure:
>> 
>> sudo apt-get install autoconf automake g++ libtool swig make git-core 
>> libboost-test-dev libboost-filesystem-dev libssl-dev libpcap-dev 
>> python-twisted python-simplejson python-dev
>> 
>> 
>> -- Murphy
>> 
>> On Dec 6, 2010, at 6:36 AM, majum...@cse.unl.edu wrote:
>> 
>>> BTW I'm using the tutorial given at
>>> http://www.openflowswitch.org/foswiki/bin/view/OpenFlow/Deployment/HOWTO/LabSetup#4_Controller_Setup
>>> 
>>> So I'm using NOX 0.6
>>> 
>>> Thanks
>>> Abhishek
>>> 
 Can you please post the results of running "apt-get install swig" and also
 the results of running "../configure" ?
 
 Also, which version of NOX are you using?
 
 -- Murphy
 
 On Dec 5, 2010, at 11:44 PM, Abhishek Majumdar wrote:
 
> Its Linux Ubuntu10Vm 2.6.32-25-generic. I separately installed
> everything and in /nox/build when i do ../configure it recognizes and
> then gives "configure: error: Could not link against !"
> 
> Thanks
> Abhishek Majumdar
> 
> 
> On 12/5/2010 10:35 PM, kk yap wrote:
>> Hi Abhishek,
>> 
>> Let's see... Try make install and ldconfig?
>> 
>> Jokes aside, please let us know your OS, distro, etc. for anyone to
>> give advice.  It works perfectly on Ubuntu (Lucid Lynx) for me.  In
>> fact, we have a pseudo-package that installs the requisites using
>> apt-get.
>> 
>> Regards
>> KK
>> 
>> On 5 December 2010 20:24, Abhishek Majumdar
>> wrote:
>>> When I try to install the pre-requisites, it says swig package cannot
>>> be
>>> found. I separately installed libboost, it can now detect, but cannot
>>> link i
>>> guess. please help ASAP.
>>> 
>>> --
>>> Thanks
>>> Abhishek Majumdar
>>> 
>>> 
>>> ___
>>> nox-dev mailing list
>>> nox-dev@noxrepo.org
>>> http://noxrepo.org/mailman/listinfo/nox-dev_noxrepo.org
>>> 
> ___
> nox-dev mailing list
> nox-dev@noxrepo.org
> http://noxrepo.org/mailman/listinfo/nox-dev_noxrepo.org
>>> 


___
nox-dev mailing list
nox-dev@noxrepo.org
http://noxrepo.org/mailman/listinfo/nox-dev_noxrepo.org


Re: [nox-dev] problem with swig

2010-12-06 Thread Abhishek Majumdar

I still got that configure : error: could not link against !

Thanks
Abhishek Majumdar


On 12/6/2010 8:43 AM, Murphy McCauley wrote:

The information on that page is long out of date.  The noxrepo wiki 
(http://noxrepo.org/noxwiki) is much more in line with reality.  The packages 
listed on that page are for Debian, and the NOX it has you fetch is no longer 
0.6.0.

Please try the following (copy/pasted from the noxrepo wiki), and then re-run 
../configure:

sudo apt-get install autoconf automake g++ libtool swig make git-core 
libboost-test-dev libboost-filesystem-dev libssl-dev libpcap-dev python-twisted 
python-simplejson python-dev


-- Murphy

On Dec 6, 2010, at 6:36 AM, majum...@cse.unl.edu wrote:


BTW I'm using the tutorial given at
http://www.openflowswitch.org/foswiki/bin/view/OpenFlow/Deployment/HOWTO/LabSetup#4_Controller_Setup

So I'm using NOX 0.6

Thanks
Abhishek


Can you please post the results of running "apt-get install swig" and also
the results of running "../configure" ?

Also, which version of NOX are you using?

-- Murphy

On Dec 5, 2010, at 11:44 PM, Abhishek Majumdar wrote:


Its Linux Ubuntu10Vm 2.6.32-25-generic. I separately installed
everything and in /nox/build when i do ../configure it recognizes and
then gives "configure: error: Could not link against !"

Thanks
Abhishek Majumdar


On 12/5/2010 10:35 PM, kk yap wrote:

Hi Abhishek,

Let's see... Try make install and ldconfig?

Jokes aside, please let us know your OS, distro, etc. for anyone to
give advice.  It works perfectly on Ubuntu (Lucid Lynx) for me.  In
fact, we have a pseudo-package that installs the requisites using
apt-get.

Regards
KK

On 5 December 2010 20:24, Abhishek Majumdar
wrote:

When I try to install the pre-requisites, it says swig package cannot
be
found. I separately installed libboost, it can now detect, but cannot
link i
guess. please help ASAP.

--
Thanks
Abhishek Majumdar


___
nox-dev mailing list
nox-dev@noxrepo.org
http://noxrepo.org/mailman/listinfo/nox-dev_noxrepo.org


___
nox-dev mailing list
nox-dev@noxrepo.org
http://noxrepo.org/mailman/listinfo/nox-dev_noxrepo.org




___
nox-dev mailing list
nox-dev@noxrepo.org
http://noxrepo.org/mailman/listinfo/nox-dev_noxrepo.org


Re: [nox-dev] problem with swig

2010-12-06 Thread Murphy McCauley
The information on that page is long out of date.  The noxrepo wiki 
(http://noxrepo.org/noxwiki) is much more in line with reality.  The packages 
listed on that page are for Debian, and the NOX it has you fetch is no longer 
0.6.0.

Please try the following (copy/pasted from the noxrepo wiki), and then re-run 
../configure:

sudo apt-get install autoconf automake g++ libtool swig make git-core 
libboost-test-dev libboost-filesystem-dev libssl-dev libpcap-dev python-twisted 
python-simplejson python-dev


-- Murphy

On Dec 6, 2010, at 6:36 AM, majum...@cse.unl.edu wrote:

> BTW I'm using the tutorial given at
> http://www.openflowswitch.org/foswiki/bin/view/OpenFlow/Deployment/HOWTO/LabSetup#4_Controller_Setup
> 
> So I'm using NOX 0.6
> 
> Thanks
> Abhishek
> 
>> Can you please post the results of running "apt-get install swig" and also
>> the results of running "../configure" ?
>> 
>> Also, which version of NOX are you using?
>> 
>> -- Murphy
>> 
>> On Dec 5, 2010, at 11:44 PM, Abhishek Majumdar wrote:
>> 
>>> Its Linux Ubuntu10Vm 2.6.32-25-generic. I separately installed
>>> everything and in /nox/build when i do ../configure it recognizes and
>>> then gives "configure: error: Could not link against !"
>>> 
>>> Thanks
>>> Abhishek Majumdar
>>> 
>>> 
>>> On 12/5/2010 10:35 PM, kk yap wrote:
 Hi Abhishek,
 
 Let's see... Try make install and ldconfig?
 
 Jokes aside, please let us know your OS, distro, etc. for anyone to
 give advice.  It works perfectly on Ubuntu (Lucid Lynx) for me.  In
 fact, we have a pseudo-package that installs the requisites using
 apt-get.
 
 Regards
 KK
 
 On 5 December 2010 20:24, Abhishek Majumdar
 wrote:
> When I try to install the pre-requisites, it says swig package cannot
> be
> found. I separately installed libboost, it can now detect, but cannot
> link i
> guess. please help ASAP.
> 
> --
> Thanks
> Abhishek Majumdar
> 
> 
> ___
> nox-dev mailing list
> nox-dev@noxrepo.org
> http://noxrepo.org/mailman/listinfo/nox-dev_noxrepo.org
> 
>>> 
>>> ___
>>> nox-dev mailing list
>>> nox-dev@noxrepo.org
>>> http://noxrepo.org/mailman/listinfo/nox-dev_noxrepo.org
>> 
> 
> 


___
nox-dev mailing list
nox-dev@noxrepo.org
http://noxrepo.org/mailman/listinfo/nox-dev_noxrepo.org


Re: [nox-dev] problem with swig

2010-12-06 Thread majumdar
BTW I'm using the tutorial given at
http://www.openflowswitch.org/foswiki/bin/view/OpenFlow/Deployment/HOWTO/LabSetup#4_Controller_Setup

So I'm using NOX 0.6

Thanks
Abhishek

> Can you please post the results of running "apt-get install swig" and also
> the results of running "../configure" ?
>
> Also, which version of NOX are you using?
>
> -- Murphy
>
> On Dec 5, 2010, at 11:44 PM, Abhishek Majumdar wrote:
>
>> Its Linux Ubuntu10Vm 2.6.32-25-generic. I separately installed
>> everything and in /nox/build when i do ../configure it recognizes and
>> then gives "configure: error: Could not link against !"
>>
>> Thanks
>> Abhishek Majumdar
>>
>>
>> On 12/5/2010 10:35 PM, kk yap wrote:
>>> Hi Abhishek,
>>>
>>> Let's see... Try make install and ldconfig?
>>>
>>> Jokes aside, please let us know your OS, distro, etc. for anyone to
>>> give advice.  It works perfectly on Ubuntu (Lucid Lynx) for me.  In
>>> fact, we have a pseudo-package that installs the requisites using
>>> apt-get.
>>>
>>> Regards
>>> KK
>>>
>>> On 5 December 2010 20:24, Abhishek Majumdar
>>> wrote:
 When I try to install the pre-requisites, it says swig package cannot
 be
 found. I separately installed libboost, it can now detect, but cannot
 link i
 guess. please help ASAP.

 --
 Thanks
 Abhishek Majumdar


 ___
 nox-dev mailing list
 nox-dev@noxrepo.org
 http://noxrepo.org/mailman/listinfo/nox-dev_noxrepo.org

>>
>> ___
>> nox-dev mailing list
>> nox-dev@noxrepo.org
>> http://noxrepo.org/mailman/listinfo/nox-dev_noxrepo.org
>



___
nox-dev mailing list
nox-dev@noxrepo.org
http://noxrepo.org/mailman/listinfo/nox-dev_noxrepo.org


Re: [nox-dev] problem with swig

2010-12-06 Thread majumdar
results of "apt-get install swig":
Reading package lists... Done
Building dependency tree
Reading state information... Done
swig is already the newest version.
The following packages were automatically installed and are no longer
required:
  linux-headers-2.6.32-24 linux-headers-2.6.32-24-generic
Use 'apt-get autoremove' to remove them.
0 upgraded, 0 newly installed, 0 to remove and 96 not upgraded.
result of "../configure"
checking build number... none
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking how to create a ustar tar archive... gnutar
checking for g++... g++
checking whether the C++ compiler works... yes
checking for C++ compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking for style of include used by make... GNU
checking dependency style of g++... gcc3
checking for gcc... gcc
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking dependency style of gcc... gcc3
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... 64
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for a sed that does not truncate output... /bin/sed
checking for fgrep... /bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for ar... ar
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for dlfcn.h... yes
checking whether we are using the GNU C++ compiler... (cached) yes
checking whether g++ accepts -g... (cached) yes
checking dependency style of g++... (cached) gcc3
checking how to run the C++ preprocessor... g++ -E
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld) supports shared libraries...
yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking for shl_load... no
checking for shl_load in -ldld... no
checking for dlopen... no
checking for dlopen in -ldl... yes
checking whether a program can dlopen itself... yes
checking whether a statically linked program can dlopen itself... no
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking for ld used by g++... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries...
yes
checking for g++ option to produce PIC... -fPIC -DPIC
checking if g++ PIC flag -fPIC -DPIC works... yes
checking if g++ static flag -static works... yes
checking if g++ supports -c -o file.o... yes
checking if g++ supports -c -o file.o... (cached) yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries...
yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode lib

Re: [nox-dev] problem with swig

2010-12-06 Thread Murphy McCauley
Can you please post the results of running "apt-get install swig" and also the 
results of running "../configure" ?

Also, which version of NOX are you using?

-- Murphy

On Dec 5, 2010, at 11:44 PM, Abhishek Majumdar wrote:

> Its Linux Ubuntu10Vm 2.6.32-25-generic. I separately installed everything and 
> in /nox/build when i do ../configure it recognizes and then gives "configure: 
> error: Could not link against !"
> 
> Thanks
> Abhishek Majumdar
> 
> 
> On 12/5/2010 10:35 PM, kk yap wrote:
>> Hi Abhishek,
>> 
>> Let's see... Try make install and ldconfig?
>> 
>> Jokes aside, please let us know your OS, distro, etc. for anyone to
>> give advice.  It works perfectly on Ubuntu (Lucid Lynx) for me.  In
>> fact, we have a pseudo-package that installs the requisites using
>> apt-get.
>> 
>> Regards
>> KK
>> 
>> On 5 December 2010 20:24, Abhishek Majumdar  wrote:
>>> When I try to install the pre-requisites, it says swig package cannot be
>>> found. I separately installed libboost, it can now detect, but cannot link i
>>> guess. please help ASAP.
>>> 
>>> --
>>> Thanks
>>> Abhishek Majumdar
>>> 
>>> 
>>> ___
>>> nox-dev mailing list
>>> nox-dev@noxrepo.org
>>> http://noxrepo.org/mailman/listinfo/nox-dev_noxrepo.org
>>> 
> 
> ___
> nox-dev mailing list
> nox-dev@noxrepo.org
> http://noxrepo.org/mailman/listinfo/nox-dev_noxrepo.org


___
nox-dev mailing list
nox-dev@noxrepo.org
http://noxrepo.org/mailman/listinfo/nox-dev_noxrepo.org


Re: [nox-dev] problem with swig

2010-12-05 Thread Abhishek Majumdar
Its Linux Ubuntu10Vm 2.6.32-25-generic. I separately installed 
everything and in /nox/build when i do ../configure it recognizes and 
then gives "configure: error: Could not link against !"


Thanks
Abhishek Majumdar


On 12/5/2010 10:35 PM, kk yap wrote:

Hi Abhishek,

Let's see... Try make install and ldconfig?

Jokes aside, please let us know your OS, distro, etc. for anyone to
give advice.  It works perfectly on Ubuntu (Lucid Lynx) for me.  In
fact, we have a pseudo-package that installs the requisites using
apt-get.

Regards
KK

On 5 December 2010 20:24, Abhishek Majumdar  wrote:

When I try to install the pre-requisites, it says swig package cannot be
found. I separately installed libboost, it can now detect, but cannot link i
guess. please help ASAP.

--
Thanks
Abhishek Majumdar


___
nox-dev mailing list
nox-dev@noxrepo.org
http://noxrepo.org/mailman/listinfo/nox-dev_noxrepo.org



___
nox-dev mailing list
nox-dev@noxrepo.org
http://noxrepo.org/mailman/listinfo/nox-dev_noxrepo.org


Re: [nox-dev] problem with swig

2010-12-05 Thread kk yap
Hi Abhishek,

Let's see... Try make install and ldconfig?

Jokes aside, please let us know your OS, distro, etc. for anyone to
give advice.  It works perfectly on Ubuntu (Lucid Lynx) for me.  In
fact, we have a pseudo-package that installs the requisites using
apt-get.

Regards
KK

On 5 December 2010 20:24, Abhishek Majumdar  wrote:
> When I try to install the pre-requisites, it says swig package cannot be
> found. I separately installed libboost, it can now detect, but cannot link i
> guess. please help ASAP.
>
> --
> Thanks
> Abhishek Majumdar
>
>
> ___
> nox-dev mailing list
> nox-dev@noxrepo.org
> http://noxrepo.org/mailman/listinfo/nox-dev_noxrepo.org
>

___
nox-dev mailing list
nox-dev@noxrepo.org
http://noxrepo.org/mailman/listinfo/nox-dev_noxrepo.org


[nox-dev] problem with swig

2010-12-05 Thread Abhishek Majumdar
When I try to install the pre-requisites, it says swig package cannot be 
found. I separately installed libboost, it can now detect, but cannot 
link i guess. please help ASAP.


--
Thanks
Abhishek Majumdar


___
nox-dev mailing list
nox-dev@noxrepo.org
http://noxrepo.org/mailman/listinfo/nox-dev_noxrepo.org