[ACPI] ASUS AT3GC-I

2010-11-14 Thread Benjamin GUILLER
Hello world,

I am using an ASUS AT3GC-I motherboard.
I have installed OpenBSD 4.8 i386 on it.

Everything is well except the ACPI support, indeed, when I press the
power button (while the OS is running), the OS put itself into
suspend mode (the hard-drive stops and CPU powers off).

But I would like that when I press the power button (again, while the
OS is running) the OS starts the shutdown procedure, like on
OpenBSD 4.7.

Regards



Re: Happy Birthday OpenBSD

2010-10-18 Thread Benjamin GUILLER
15 and *Only two remote holes in the default install* :)

On Mon, Oct 18, 2010 at 7:13 PM, STeve Andre' and...@msu.edu wrote:

  15 years!



[OpenCV] Compilation error

2010-10-01 Thread Benjamin GUILLER
Hello world,

I am trying to install OpenCV library onto my laptop for making
a robot running on OpenBSD.

I need to install OpenCV library, so I've read the OpenCV's manual,
I've downloaded sources using svn, and I've prepared compilation
with cmake.

The compilation stops when it tries to link .o files using the dl library.

Here is the error :

Linking CXX shared library ../../lib/libcxcore.so
/usr/bin/ld: cannot find -ldl
collect2: ld returned 1 exit status
gmake[2]: *** [lib/libcxcore.so.2.1] Error 1
gmake[1]: *** [src/cxcore/CMakeFiles/cxcore.dir/all] Error 2
gmake: *** [all] Error 2


Regards