Hello

After one year I tried to build a new bootcd based on the latest version of the 
Makefile on my Lenny buildsystem.

Of course I did not work :)

needed to change (old line in comment)

perl=perl-5.10.1
# perl=perl-5.10.0

        http://mirrors.aixtools.net/sv/dmidecode/)
#       http://www.nongnu.org/download/dmidecode/)

When trying to build I always ended up with this error:

touch stage1/.stamp-perl-ldap
cd expat-2.0.1                                          \
        && CC=gcc ./configure --prefix=/                        \
configure: WARNING: you should use --build, --host, --target
configure: WARNING: invalid host type: 
checking build system type... config.sub: missing argument
Try `config.sub --help' for more information.
configure: error: /bin/sh conftools/config.sub   failed
make: *** [expat-2.0.1/.libs/libexpat.so.1.5.2] Error 1


so maybe something needs to change with the code below?

## libexpat
$(expat)/.libs/libexpat.so.1.5.2:
        cd $(expat)                                             \
        && CC=$(CC) ./configure --prefix=/                      \
        && $(MAKE)

$(call copy_lib,$(expat)/.libs/libexpat.so.1.5.2,stage1/lib/libexpat.so)
$(call copy_file,$(expat)/lib/expat.h,fakeinclude/expat.h)
$(call copy_file,$(expat)/lib/expat_external.h,fakeinclude/expat_external.h)

stage1 += stage1/lib/libexpat.so


kind regards

werner 


------------------------------------------------------------------------------
Throughout its 18-year history, RSA Conference consistently attracts the
world's best and brightest in the field, creating opportunities for Conference
attendees to learn about information security's most important issues through
interactions with peers, luminaries and emerging and established companies.
http://p.sf.net/sfu/rsaconf-dev2dev
_______________________________________________
unattended-devel mailing list
unattended-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-devel

Reply via email to