Skip Menu |

This queue is for tickets about the Event-Lib CPAN distribution.

Report information
The Basics
Id: 19003
Status: open
Priority: 0/
Queue: Event-Lib

People
Owner: Nobody in particular
Requestors: lib/inc
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



i see in Makefile.PL you have a special case for fink on darwin. the other popular package manager is darwinports, where the default location is /opt/local. but a more portable solution would be to check the environment variables. i do something like this in my module: my $libs = join ' ', @ENV{qw(LDFLAGS LD_LIBRARY_PATH)}; my $inc = join ' ', @ENV{qw(CFLAGS CXXFLAGS CPPFLAGS)};
Subject: WG: [rt.cpan.org #19003]
Date: Wed, 03 May 2006 07:41:25 -0400
To: bug-Event-Lib [...] rt.cpan.org
From: Tassilo von Parseval <Tassilo.von.Parseval [...] rwth-aachen.de>
Hi there! Show quoted text
----- Originalnachricht ----- Von: Guest via RT <bug-Event-Lib@rt.cpan.org> Datum: Sonntag, April 30, 2006 10:42 pm Betreff: [rt.cpan.org #19003]
> > Sun Apr 30 22:42:15 2006: Request 19003 was acted upon. > Transaction: Ticket created by guest > Queue: Event-Lib > Subject: (No subject given) > Owner: Nobody > Requestors: lib/inc > Status: new > Ticket <URL: http://rt.cpan.org/Ticket/Display.html?id=19003 > > > > i see in Makefile.PL you have a special case for fink on darwin. the > other popular package manager is darwinports, where the default > locationis /opt/local. but a more portable solution would be to > check the > environment variables. i do something like this in my module: > > my $libs = join ' ', @ENV{qw(LDFLAGS LD_LIBRARY_PATH)}; > my $inc = join ' ', @ENV{qw(CFLAGS CXXFLAGS CPPFLAGS)};
I should say that I know nothing about Darwin systems so I just put in what Mac users tell me. :-) Having said that, I will try to make this amendment as soon as possible. I have just recently started with my new employer in NYC so right now I don't even have a computer (and I can't use my employer's workstations for CPAN uploads). Cheers, Tassilo