> The dorms sound workable. Is it the same dorms as last time YAPC::NA was in
> Chicago?
Those are under construction, so we've been moved to the other set of
dorms across the road from the 2k6 dorms. They are a little older,
but have been recently updated and are supposedly decent dorms (and
no
> > The dorms that we have this year have large common areas that we have
> > 24x7 access too. I can investigate them more if I need too.
>
> This would be excellent. If the hackathon is the weekend before
> YAPC::NA, will the dorms and common areas be available then?
> (I.e., would I be abl
> > Excellent. Where? On the IIT campus?
>
> Location to be determined. Likely either on campus, or at the conference
> hotel, depending on where the majority of Parrot hackers are staying.
The dorms that we have this year have large common areas that we have
24x7 access too. I can investiga
# New Ticket Created by "Joshua McAdams"
# Please include the string: [perl #50966]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=50966 >
I'm using git-svn to check parrot; however, some of the parrot
> That '/usr/local/lib/libparrot.dylib' shouldn't be there. It's probably a
> remnant of an old installation. Uninstalling the old libparrot should fix
> this problem.
I think I did install a version of parrot from macports and then
uninstalled it... must not have cleaned up enough. Regardless,
[snip]
> Am attaching my results for contrast. Mine are achieved with the
> wrapper around Configure.pl which I posted on list earlier in
> thread. Note that in mine 'ld' picks up the value passed via shell
> setting at step 'inter::progs'.
>
> This works for me, but may not be relevant to your
> g++-4.0 -o myops_ops.bundle myops_ops.o -L/opt/local/lib
> -L/usr/local/lib -L/Users/joshua/Development/parrot/blib/lib
> -flat_namespace -L/opt/local/lib
> -L/Users/joshua/Development/parrot/blib/lib -bundle -undefined
> suppress -L/Users/joshua/Development/parrot/blib/lib -lparrot
By the way
> Josh: For some time, I've been config'ing parrot this way on OS X:
>
> %cat ~/bin/ccc
> CCACHE="ccache "
> CC="${CCACHE}gcc-4.0"
> CX="${CCACHE}g++-4.0"
> perl Configure.pl --cc="$CC" --cxx="$CX" --link="$CX" --ld="$CX" $@
>
> Give this a whirl. (setting CCACHE to "" if you don't have it.) This
>
> Are you using the Apple-supplied C and C++ compilers? Presuming that
> 'cc' and 'c++' are symlinks, what do they link to?
I believe so. I do have darwinports installed, but I think that
everything it installs goes into /opt/local/
--(0)> ls -l `which cc`
lrwxr-xr-x 1 root wheel 7 May 28
I just checked out parrot r25810 and ran 'perl Configure.pl' and
'make' and got the following error. This is on a PowerBook G4 running
Darwin 8.11.0. Could someone point me to what I am doing wrong?
Thanks,
Josh
...
c++ -o myops_ops_cg.bundle myops_ops_cg.o -L/opt/local/lib
-L/usr/local/lib -L
10 matches
Mail list logo