Search found 4 matches
- 2014-01-15T13:35:56-07:00
- Forum: Bugs
- Topic: Possible issue with libtool
- Replies: 8
- Views: 14035
Re: Possible issue with libtool
Ok... still having issues with my cross-compile environment. I have the required cross-compiled libraries in /usr/local/angstrom/arm/arm-angstrom-linux-gnueabi/usr/lib and $SDK_PATH and $TARGET_SYS are exported with the above path components (i.e. $SDK_PATH = /usr/local/angstrom/arm and $TARGET_SYS ...
- 2014-01-15T13:20:54-07:00
- Forum: Bugs
- Topic: Possible issue with libtool
- Replies: 8
- Views: 14035
Re: Possible issue with libtool
TomConnolly, I think the above was a typo. The switch setting should be --disable-shared. I will post my results shortly.
- 2014-01-06T18:16:43-07:00
- Forum: Bugs
- Topic: Possible issue with libtool
- Replies: 8
- Views: 14035
Re: Possible issue with libtool
Okay... I downloaded the latest version (6.8.8.1) and get the same libtool error. The error is as follows... ./libtool: line 7486: cd: $SDK_PATH/$TARGET_SYS/usr/lib: No such file or directory libtool: link: warning: cannot determine absolute directory name of `$SDK_PATH/$TARGET_SYS/usr/lib' /bin ...
- 2014-01-06T16:58:56-07:00
- Forum: Bugs
- Topic: Possible issue with libtool
- Replies: 8
- Views: 14035
Possible issue with libtool
I am trying to cross-compile ImageMagick-6.7.5-10 for arm-angstrom using an Ubuntu host and the arm-angstrom-linux-gnueabi-gcc tool chain. I can successfully cross-compile other software (such as libjpeg) using the same toolchain. I am using the following configure command line: ./configure --prefix ...