|
From: Barry P. <bpa...@pd...> - 2009-04-22 12:59:34
|
Thanks for the answers and insight. Since my original question, I've convinced the person having the trouble to configure, build and install libusb on the faster system and they are still having trouble. Therefore the problem is not with libusb, but something else. Thanks again to you and Peter for your help and most importantly for your patience in a somewhat naïve question. Sincerely, Barr P.. -----Original Message----- From: Tim Roberts [mailto:ti...@pr...] Sent: Tuesday, April 21, 2009 6:16 PM To: lib...@li... Subject: Re: [Libusb-devel] libusb configured and built on one system moved to another Barry Pasicznyk wrote: > > I have a simple question (it may even be a stupid question): > > Can libusb be configured and built on one distribution of linux on a > system (1GHz processor) and then moved (ie files copied and > re-installed) to the same distribution on a faster system (3GHz > processor) ? > > (I'm expecting an answer of "No"). Really? Why would you think so, just out of curiousity? The compiler doesn't know about the clock speed. It just generates instructions. Consider, for example, Ubuntu. They produce a single binary distribution that runs on anything newer than a Pentium II. It could be built on a Pentium II (although probably isn't), and run just fine on a Quad Core Xenon. > Any ideas, suggestions will be greatly appreciated. (Just a simple > "Yes"/"No" answer is needed.) Things to look at are permissions, and presence/absence of usbfs. Do you know what troubles he is having, specifically? -- Tim Roberts, ti...@pr... Providenza & Boekelheide, Inc. ------------------------------------------------------------------------------ Stay on top of everything new and different, both inside and around Java (TM) technology - register by April 22, and save $200 on the JavaOne (SM) conference, June 2-5, 2009, San Francisco. 300 plus technical and hands-on sessions. Register today. Use priority code J9JMT32. http://p.sf.net/sfu/p _______________________________________________ Libusb-devel mailing list Lib...@li... https://lists.sourceforge.net/lists/listinfo/libusb-devel |