OESF Portables Forum
Everything Else => Zaurus - Everything Development => Distros, Development, and Model Specific Forums => Archived Forums => Qt/Qtopia => Topic started by: freddleggs on December 11, 2003, 01:53:12 pm
-
Having trouble getting the crosscompiling set up properly. Have the how to. Running RH9. It seems as though the configuration scripts dev-x86-qpe.sh and dev-arm-qpe.sh are not working as expected. After running either of these, when I do an \'export\' to list the environment variables, it is as though these scripts have never been run. If I type the contents of the scripts one line at a time it then works.
There may be some other problems but I am trying to resolve this first.
Thanks
-
Running the scripts doesn\'t work for me either (Debian Sid.)
Try using the command \'source.\' or \'.\'
i.e.
source dev-arm-qpe.sh
or
. dev-arm-qpe.sh
Jeff
-
Using \'source\' did work. Using \'.\' did not.
I also installed an updated bash rpm from redhat with no change.
Thanks for the help
-
Using \'.\' did not
make sure there\'s a space between the . and the file you want to source. In any case I don\'t think this method of sourcing is supported by all shells.
Simon
-
Using \'source\' did work. Using \'.\' did not.
I also installed an updated bash rpm from redhat with no change.
Thanks for the help
Glad it worked out...