On Thu, May 8, 2008 at 1:05 PM, vatocleti <[EMAIL PROTECTED]> wrote: ... > This worked for me on a different system running the amd64 image, but > trying the same process with the same sets on a i386 (bsd.mp) image, I get > the error...not sure why?
amd64 and i386 are NOT interchangeable or compatible: you cannot run an amd64 binary under the i386 kernel, nor vice versa. (I'm actually surprised that the packages installed. Did you copy the binaries over instead of installing the packages? Or did you override pkg_add's warnings and use the -A or -Farch options?) > If I have a linux app, should I be able to build > with the native bsd make or do I need GNU (gmake)? That depends on whether the app's makefiles were written to require GNU make or not. Since you didn't say what app this is, we can't answer the question. Of course, if this app has been added to the ports tree then building it from there would be the simplest way forward. Philip Guenther

