RE: pnet compile error - OSX 10.4.1
"Oscar Papel" <[email protected]> Thu, 23 Jun 2005 00:45:07 +0000
| Newsgroups | gmane.comp.gnu.dotgnu.developer |
|---|---|
| Message-ID | <[email protected]> |
>Howdy, > >following the build instructions given by Alan, i'm getting a libtool error >while trying to compile pnet. any ideas? > when using glibtool you need to set the following environment variable set: and you need to set your gcc to 3.3 from the default 4.x: export MACOSX_DEPLOYMENT_TARGET=10.3 sudo gcc_select 3.3 This project is not gcc 4.x compatible yet. Oscar