Re: installing octave +gcc48 installs gcc47?

2014-11-09 Thread Jean-Francois Gobin
Let’s try a last one. Could you run and provide the output of "port rdeps octave +atlas +gcc48 +gui”? Jean Gobin, Ing., CCENT, CCNA, CCNA Security http://www.gobinjf.be/ ___ macports-users mailing list macports-u

Re: installing octave +gcc48 installs gcc47?

2014-11-08 Thread Jean-Francois Gobin
Hello there, I tried to replicate this on my machine but no GCC47 installation. Could you provide the output of port -y install octave +atlas +gui port deps octave +atlas +gui J. Jean Gobin, Ing., CCENT, CCNA, CCNA Security http://www.gobinjf.be/

Re: Snort: /opt/local/lib/snort_dynamicengine/libsf_engine.dylib: No such file or directory

2011-11-06 Thread Jean-Francois Gobin
re other .so, namely the dynamic processors. It doesn't fix the "snort.conf.dist". I'll submit a patch later when I have the time. J. On Sat, Nov 5, 2011 at 11:41 PM, Ryan Schmidt wrote: > On Nov 5, 2011, at 21:23, Jean-Francois Gobin wrote: > >> I reproduced that

Re: Snort: /opt/local/lib/snort_dynamicengine/libsf_engine.dylib: No such file or directory

2011-11-05 Thread Jean-Francois Gobin
Good Evening Fyodor and team, I reproduced that home. The files are compiled as so files, not dylib. >From the macport tree, I cp'd the snort tarball into a directory within my home, cd ./var/macports/distfiles/snort cp snort-2.9.0.5.tar.gz ~/temp Then I went there, untar'd the archive, cd'd, r

Re: Octave .m files opening in Xcode

2011-09-25 Thread Jean-Francois Gobin
Good Morning Wes, the ".m" extension is considered to be a C source file. If you do more Octave editing than C/C++, feel free to change the application used to open .m files. J. On Sun, Sep 25, 2011 at 9:46 AM, Wesley Davis wrote: > Is there anything that I can do to run my scripts? I see t

Re: Help

2011-09-17 Thread Jean-Francois Gobin
Good Morning, Could you try this from your shell? telnet rsync.macports.org 873 The timeout leads me to think that something on your network is blocking the tcp connection to the server. J. On Sat, Sep 17, 2011 at 7:00 AM, jarode zago wrote: > Hi

Re: MacPorts 2.0.0 has been released

2011-07-21 Thread Jean-Francois Gobin
Woohoo! Thank you guys! Nice work as usual! J. -- Jean Gobin, CCENT, CCNA, CCNA Security http://newsfromjean.blogspot.com/ ___ macports-users mailing list macports-users@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo.cgi/macports-us

Re: Fwd: Xcode 4

2011-03-10 Thread Jean-Francois Gobin
Maybe. I'm actually pondering whether I should go for the Dev account, as it allows to get newer version of Mac OS X as well. J. On Thu, Mar 10, 2011 at 2:04 PM, Gregory Seidman < gsslist+macpo...@anthropohedron.net> wrote: > On Thu, Mar 10, 2011 at 07:08:48PM +0100, Marko K?ning wrote: > > > U

Re: Problems with gnuplot from marcports

2011-01-05 Thread Jean-Francois Gobin
Marcelo, Could you try loading the script using the full path? Thanks, J. On Wed, Jan 5, 2011 at 11:41 AM, Marcelo Chiapparini < marcelo.chiappar...@gmail.com> wrote: > Hello, > > I've just bought a new iMac, running OS X 10.6. I am using it at home. In > order to maintain compatibility with f

Re: Setting Squid options

2010-10-16 Thread Jean-Francois Gobin
> On 16 Oct 2010, at 16:08, Haravikk wrote: > > > Aha! The following seems to work just great: > > > > dns_testnames localhost > > > > Trickery is always the answer! Thanks for all the replies! > > > > On 16 Oct 2010, at 14:48, Jean-Francois Gob

Re: Setting Squid options

2010-10-16 Thread Jean-Francois Gobin
I have not tested this, but using the statement dns_testnames, you could specify something you're sure your DNS will automatically resolve, such as something in your domain. http://www.squid-cache.org/Doc/config/dns_testnames/ On Sat, 2010-10-16 at 08:37 -0500, Ryan Schmidt wrote: > On Oct 1

Re: Gdb and g95

2010-05-23 Thread Jean-Francois Gobin
Could you try using "-ggdb" instead? J. On Sun, 2010-05-23 at 16:09 -0700, Mannucci, Anthony J (335G) wrote: > I have installed gdb and fortran compiler g95 using macports. The debugger > does not function with the fortran compiler. It does function with gcc > compiling c programs. > > Nor doe