IPAD must-haves. And fun-to-haves.

Brighten your iPad with a colorful cover, stream to your TV, download pictures from your digital camera, and more. There’s already so much you can do with iPad and iPad mini

Apple Wireless Keyboard

The incredibly thin Apple Wireless Keyboard uses Bluetooth technology, which makes it compatible with iPad

Apple unveils iPad mini: ‘Thin as a pencil, light as paper’

iPad inspires creativity and hands-on learning with features you won’t find in any other educational tool

Lightning connector and FaceTime HD camera

Apple announces 4th generation iPad packing an A6X CPU

Pages

Showing posts with label terminal. Show all posts
Showing posts with label terminal. Show all posts

Sunday, March 3, 2013

Re: Terminal java compile/command issues

I have no idea what the problem was, but a full system restore fixed it! Thanks for trying to help!


View the original article here

Terminal java compile/command issues

Basically every time I start my computer or don't use terminal for a short period of time it takes around two minutes to run a java compile/run command, as far as I can tell all other non java terminal commands are fine. After the first two minute wait my terminal returns to normal, and compiling/running programs takes a few seconds at most. This is extremely annoying as you can imagine! I would really appreciate it if someone could help me out, and thanks for lookin!


View the original article here

Thursday, February 28, 2013

Re: Terminal java compile/command issues

Tuesday, February 26, 2013

Terminal java compile/command issues

Basically every time I start my computer or don't use terminal for a short period of time it takes around two minutes to run a java compile/run command, as far as I can tell all other non java terminal commands are fine. After the first two minute wait my terminal returns to normal, and compiling/running programs takes a few seconds at most. This is extremely annoying as you can imagine! I would really appreciate it if someone could help me out, and thanks for lookin!


View the original article here

Saturday, February 23, 2013

Re: Terminal 64 bit?

Re: Terminal java compile/command issues

Given your description, it probably has more to do with the JVM than your terminal.


View the original article here

Terminal java compile/command issues

Basically every time I start my computer or don't use terminal for a short period of time it takes around two minutes to run a java compile/run command, as far as I can tell all other non java terminal commands are fine. After the first two minute wait my terminal returns to normal, and compiling/running programs takes a few seconds at most. This is extremely annoying as you can imagine! I would really appreciate it if someone could help me out, and thanks for lookin!


View the original article here

Re: Terminal java compile/command issues

Given your description, it probably has more to do with the JVM than your terminal.


View the original article here

Thursday, February 21, 2013

Terminal 64 bit?

System Software Overview:

 

  System Version:     Mac OS X 10.7.5 (11G63)

  Kernel Version:     Darwin 11.4.2

  Boot Volume:     Macintosh HD

  Boot Mode:     Normal

  Computer Name:     Reynolds’s iMac

  User Name:     Reynolds McClatchey (rey)

  Secure Virtual Memory:     Enabled

  64-bit Kernel and Extensions:     No <<<<<<<<<<<<<<<<<<<<<<<<

 

  Time since boot:     23 minutes

 

System is iMac6,1

 

 

less com.apple.Boot.plist gives:

 

http://www.apple.com/DTDs/PropertyList-1.0.dtd">

        Kernel Architecture

        x86_64 <<<<<<<<<<<<<<<<<<<<<<<<<<<

        Kernel Flags

       

 

 

uname -a gives:

Darwin Reynoldss-iMac.local 11.4.2 Darwin Kernel Version 11.4.2: Thu Aug 23 16:26:45 PDT 2012; root:xnu-1699.32.7~1/RELEASE_I386 i386

 

All support info says OS X 10.7.5 is 64 bit, yet the tools report otherwise.

 

I'm trying to install a SonicWall VPN netExtender and it says I'm running 32 bit and will not install the 64 bit libraries.

 

This system was just reinstalled at the genius bar and I worry that I have the wrong kernel.

Or are the Lion Tools just wrong?


View the original article here

Re: Terminal 64 bit?

Your system is 64-bit but your kernel is running in 32-bit mode. This is normal for Lion. Something like that VPN probably has kernel extensions and those must match the kernel, hence 32-bit only. Is this a problem? It is only the kernel that runs in 32-bit mode. Everything else is 64-bit.


View the original article here

Re: Terminal 64 bit?

Your system is 64-bit but your kernel is running in 32-bit mode. This is normal for Lion. Something like that VPN probably has kernel extensions and those must match the kernel, hence 32-bit only. Is this a problem? It is only the kernel that runs in 32-bit mode. Everything else is 64-bit.


View the original article here

Terminal 64 bit?

System Software Overview:

 

  System Version:     Mac OS X 10.7.5 (11G63)

  Kernel Version:     Darwin 11.4.2

  Boot Volume:     Macintosh HD

  Boot Mode:     Normal

  Computer Name:     Reynolds’s iMac

  User Name:     Reynolds McClatchey (rey)

  Secure Virtual Memory:     Enabled

  64-bit Kernel and Extensions:     No <<<<<<<<<<<<<<<<<<<<<<<<

 

  Time since boot:     23 minutes

 

System is iMac6,1

 

 

less com.apple.Boot.plist gives:

 

http://www.apple.com/DTDs/PropertyList-1.0.dtd">

        Kernel Architecture

        x86_64 <<<<<<<<<<<<<<<<<<<<<<<<<<<

        Kernel Flags

       

 

 

uname -a gives:

Darwin Reynoldss-iMac.local 11.4.2 Darwin Kernel Version 11.4.2: Thu Aug 23 16:26:45 PDT 2012; root:xnu-1699.32.7~1/RELEASE_I386 i386

 

All support info says OS X 10.7.5 is 64 bit, yet the tools report otherwise.

 

I'm trying to install a SonicWall VPN netExtender and it says I'm running 32 bit and will not install the 64 bit libraries.

 

This system was just reinstalled at the genius bar and I worry that I have the wrong kernel.

Or are the Lion Tools just wrong?


View the original article here

Re: Terminal 64 bit?

Your system is 64-bit but your kernel is running in 32-bit mode. This is normal for Lion. Something like that VPN probably has kernel extensions and those must match the kernel, hence 32-bit only. Is this a problem? It is only the kernel that runs in 32-bit mode. Everything else is 64-bit.


View the original article here

Re: Terminal 64 bit?

Your system is 64-bit but your kernel is running in 32-bit mode. This is normal for Lion. Something like that VPN probably has kernel extensions and those must match the kernel, hence 32-bit only. Is this a problem? It is only the kernel that runs in 32-bit mode. Everything else is 64-bit.


View the original article here

Thursday, January 31, 2013

What is the proper way to compile c++ code from the terminal?

I'm using:

 

g++ char.gpp

 

And I get:

 

ld: library not found for -lcrt1.10.6.o

collect2: ld returned 1 exit status

 

So I tried setting LIBRARY_PATH to a directory that contains crt1.10.6.o, but then I get:

 

ld: warning: in char.gpp, file was built for unsupported file format which is not the architecture being linked (x86_64)

Undefined symbols:

  "_main", referenced from:

      start in crt1.10.6.o

ld: symbol(s) not found

collect2: ld returned 1 exit status

 

So clearly I am not picking up the right library, or perhaps just not all the libs needed. Why is this so hard? I haven't seen problems like this with earlier versions of Xcode.

 

I'm using the latest version of Xcode on a MacBook Pro with Lion installed.

 

Thanks,

 

Kim


View the original article here