I'm a FreeBSD newbie (it's a vitural private server, while it is shared in one sense, I have root access to my portion of it)
Anyways, I'm trying to install MySQL 4.0 and am taking advanatage of using "linuxthreads" when I build it.
Both MySQL 4 and it's dependent package "linuxthreads" are part of the "ports collection" on my FreeBSD box.
However, the linuxthreads are not installing correctly.
Here's what I do...
cd /usr/ports/devel/linuxthreads
make
make install
and it shortly spits out the following error output:
"The linuxthreads port needs source code for libgcc"
All help is greatly appreciated...
Anyways, I'm trying to install MySQL 4.0 and am taking advanatage of using "linuxthreads" when I build it.
Both MySQL 4 and it's dependent package "linuxthreads" are part of the "ports collection" on my FreeBSD box.
However, the linuxthreads are not installing correctly.
Here's what I do...
cd /usr/ports/devel/linuxthreads
make
make install
and it shortly spits out the following error output:
"The linuxthreads port needs source code for libgcc"
All help is greatly appreciated...