Hi Paul, The reason for not working is because when i execute the configure script from a makefile, it always passes the "Physical path" to the configure script. something like this. Let's say i have my_prefix_dir set to /usr/local/proj, And it is a link to my directory at home ln -s /usr/local/proj /home/srinirao/buildsystem/arm/target/usr/local
Then in my makefile rule if i have a rule as: build: ./configure --prefix=$(my_prefix_dir) when i print the arguments of configure from within it, i get the expanded path of $(my_prefix_dir). That is /home/srinirao/buildsystem/arm/target/usr/local. But when i execute your this idea using, using a shell script(instead of Makefile rule), then everything works fine. I think internally Makefile passes the physical path to configure script. It may be using /usr/bin/pwd instead of bash's inbuilt pwt and add the rest of the ingredients, and > cook them, and wait for the odors to waft throughout the house, and later, > enjoy! I would say fruit for dessert, or a nice loaf of white or rye bread, > you don't need anything else, it's all there in the pot! for being alone, I > admire you, you do loads of cooking. Have you checked out the tons of frozen > entrees and dinners in the supermarket's freezer section? Not for all the > time, but occasionally, give yourself a break! relax, and listen to baseball > or football! > > Sandy > I was thinking of the loaves of frozen bread dough which you let rise and > bake! > > ----- Original Message ----- > *From:* Jim Bengamin <[EMAIL PROTECTED]> > *To:* [email protected] > *Sent:* Sunday, September 14, 2008 1:10 PM > *Subject:* [RecipesAndMore] Re: New Member Here > > Well look at that, I got mail. That's wonderful. > > I just wasn't sure if I should write to the group through my email address > or go to the group home page and write from their. I have only been on Yahoo > before and you get comfortable with what is familiar so this is strange to > me. > > Just got in from church and would like to prepare for dinner. I was > thinking of making cabbage rolls. My mother was Ukranian so I have her > recipe but I never know what to make with it. > > What is a good suggestion to eat with cabbage rolls that isn't too darn > much work. It's hot here today and I don't have a lot of energy. > > Thank you for all the welcome messages. Makes a guy feel good. > > Jim > > > > On Sun, Sep 14, 2008 at 10:41 AM, delma bliss <[EMAIL PROTECTED]>wrote: > >> hi, Jim >> you did it right >> my name is Delma I am one of Two owners of the group, >> the other owner is Steve Doyle. >> welcome to the group. >> Delma >> >> ----- Original Message ----- >> *From:* Jim Bengamin <[EMAIL PROTECTED]> >> *To:* [email protected] >> *Sent:* Sunday, September 14, 2008 9:09 AM >> *Subject:* [RecipesAndMore] New Member Here >> >> I don't know if I am doing this right. I am having a hard time finding >> my way around Google and I didn't get notice I was accepted into this group. >> I see the messages in my email so I hope this is the right thing to do. I >> would like to introduce myself properly. >> >> My name is Jim Bengamin and I am a retired teacher living in Buffalo N.Y. >> My companion of 20 years recently decided she didn't want to put up with my >> ways any longer so I am on my own. Can't really blame her too much. >> >> A guy has to eat doesn't he so I thought joining up here would be a good >> idea.I am sorry if this is all wrong. Give me a few days to figure it out. >> >> Thank you for letting me in with your group. >> >> Jim >> >> ------------------------------ >> >> >> No virus found in this incoming message. >> Checked by AVG - http://www.avg.com >> Version: 8.0.169 / Virus Database: 270.6.21/1671 - Release Date: 9/14/2008 >> 7:16 AM >> >> >> >> > > > --~--~---------~--~----~------------~-------~--~----~ Access the Recipes And More list archives at: http://www.mail-archive.com/recipesandmore%40googlegroups.com/ Visit the group home page at: http://groups.google.com/group/RecipesAndMore -~----------~----~----~----~------~----~------~--~---
