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

Title: help with crosscompiling
Post 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
Title: help with crosscompiling
Post by: JeffElkins on December 11, 2003, 02:07:38 pm
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
Title: help with crosscompiling
Post by: Anonymous on December 12, 2003, 04:10:24 am
Using \'source\' did work.  Using \'.\' did not.

I also installed an updated bash rpm from redhat with no change.

Thanks for the help
Title: help with crosscompiling
Post by: lardman on December 12, 2003, 07:08:02 am
Quote
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
Title: help with crosscompiling
Post by: JeffElkins on December 12, 2003, 09:09:31 am
Quote
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...