From: steve m. <mwi...@gm...> - 2010-02-04 18:43:56
|
This is my another attempt to get VP installed. I have installed almost everything I can think of. previously, VP will compile to some stage but now make ends prematurely. Here is part of build.log ////////////////////////////////////////////////// packages/numpy/core/include -fpic -DPIC -ftemplate-depth-120 -DNDEBUG -MMD -MF atomic_queue.d -MT atomic_queue.d atomic_queue.lo -c -o atomic_queue.lo ./core/util/atomic_queue.cpp libtool: compile: unable to infer tagged configuration libtool: compile: specify a tag with `--tag' //////////////////////////////////////////////////////////// What is wrong? thanks |
From: Bruce S. <Bru...@nc...> - 2010-02-04 19:59:35
|
I've not seen that error before. What Linux distribution are you using? I googled "libtool: compile: unable to infer tagged configuration" and the first reference http://www.mail-archive.com/li...@gn.../msg08037.html commented, "just use the latest version of automake/autoconf/libtool and the problem should magically go away". A subsidiary Google reference said, "By passing --tag=CC to libtool invocations. You can probably edit the Makefile(s), or inputs from this project, or simply rerun configure with something like ./configure LIBTOOL='/usr/bin/libtool --tag=CC'." I also found this advice: "You have to modify the Makefile and common/Makefile, add the extra parameter "--tag CC" to the libtool command, everything will be ok." Bruce Sherwood steve mtangoo wrote: > This is my another attempt to get VP installed. I have installed > almost everything I can think of. previously, VP will compile to some > stage but now make ends prematurely. Here is part of build.log > ////////////////////////////////////////////////// > packages/numpy/core/include -fpic -DPIC -ftemplate-depth-120 -DNDEBUG > -MMD -MF atomic_queue.d -MT atomic_queue.d atomic_queue.lo -c -o > atomic_queue.lo ./core/util/atomic_queue.cpp > libtool: compile: unable to infer tagged configuration > libtool: compile: specify a tag with `--tag' > > //////////////////////////////////////////////////////////// > What is wrong? > thanks > |
From: steve m. <mwi...@gm...> - 2010-02-05 15:40:45
|
On Thu, Feb 4, 2010 at 10:59 PM, Bruce Sherwood <Bru...@nc...> wrote: > I've not seen that error before. What Linux distribution are you using? Mandriva 2010 well updated to keep up with repo Sorry for late reply |
From: Gary P. <gar...@gm...> - 2010-02-05 16:05:14
|
On Fri, Feb 5, 2010 at 10:40 AM, steve mtangoo <mwi...@gm...>wrote: > On Thu, Feb 4, 2010 at 10:59 PM, Bruce Sherwood <Bru...@nc...> > wrote: > > I've not seen that error before. What Linux distribution are you using? > Bruce, Which distros are known to you to compile and run VPython smoothly? (Other than Ubuntu 9.10, the special case we've discussed before.) -gary > Mandriva 2010 well updated to keep up with repo > Sorry for late reply > > > ------------------------------------------------------------------------------ > The Planet: dedicated and managed hosting, cloud storage, colocation > Stay online with enterprise data centers and the best network in the > business > Choose flexible plans and management services without long-term contracts > Personal 24x7 support from experience hosting pros just a phone call away. > http://p.sf.net/sfu/theplanet-com > _______________________________________________ > Visualpython-users mailing list > Vis...@li... > https://lists.sourceforge.net/lists/listinfo/visualpython-users > |
From: Bruce S. <Bru...@nc...> - 2010-02-05 17:20:13
|
I have no way of knowing. The only distribution with which I have personal experience is Ubuntu. Bruce Sherwood Gary Pajer wrote: > On Fri, Feb 5, 2010 at 10:40 AM, steve mtangoo <mwi...@gm... > <mailto:mwi...@gm...>> wrote: > > On Thu, Feb 4, 2010 at 10:59 PM, Bruce Sherwood > <Bru...@nc... <mailto:Bru...@nc...>> wrote: > > I've not seen that error before. What Linux distribution are you > using? > > > > Bruce, > Which distros are known to you to compile and run VPython smoothly? > (Other than Ubuntu 9.10, the special case we've discussed before.) > > -gary > |
From: Bruce S. <Bru...@nc...> - 2010-02-05 17:18:57
|
So the question is whether there is anyone on this list with experience with Mandriva that can help Steve? Bruce Sherwood steve mtangoo wrote: > On Thu, Feb 4, 2010 at 10:59 PM, Bruce Sherwood <Bru...@nc...> wrote: >> I've not seen that error before. What Linux distribution are you using? > Mandriva 2010 well updated to keep up with repo > Sorry for late reply |