Help - Search - Member List - Calendar
Full Version: make output redirect not working - pl help
WorkTheWeb Forums > Webmaster Resources > Perl Beginner Help
Support our Sponsors!
Meena Selvam
Hi,
In Fedora Linux, when i give

$make > makeoutput 2>&1

i get the error "Ambiguous redirect .."

anyone knows why the error appears?
to me the above command looks right, asking make
output including errors to the file named makeoutput

meena

__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com

John Doe
MEENA SELVAM am Mittwoch, 6. Juli 2005 17.03:
QUOTE
Hi,
In Fedora Linux, when i give

$make > makeoutput 2>&1

i get the error "Ambiguous redirect .."
[snip]


No problems on gentoo linux with

$ perl -le 'print "hallo"' > test1.txt 2>&1

maybe the "$make" is the problem, but it is definitely not perl related.

joe


PHP Help | Linux Help | Web Hosting | Reseller Hosting | SSL Hosting
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2005 Invision Power Services, Inc.