hello

* linux=linux-2.6.28-3

I took the linux-config from cvs (2.6.27-12) and the build seemed ok except for 
glibc.
I followed some instructions that someone posted a month ago on this mailinglist

cd linux-2.6.28-3
make mrproper 
make headers_check
make INSTALL_HDR_PATH=dest headers_install
cd ..
edit Makefile to use "linux-2.6.28/dest/include" as headers instead of
"linux-2.6.28-3/include" when building glibc

After which glibc builded fine.

* samba=samba-3.0.34
here  I got into trouble:

ln -sf ../usr/bin/smbmount stage1/sbin/mount.smbfs
find stage1/ -name \*.old -print0 | xargs -r -0 rm
touch stage1/usr/lib/smb.conf
gcc -O2 -isystem /unattended/linuxboot/fakeinclude 
-L/unattended/linuxboot/fakelib - /unattended/linuxboot/stage1/lib 
-L/unattended/linuxboot/stage1/usr/lib 
-Wl,-rpath-link,/unattended/linuxboot/stage1/lib -o 
samba-3.0.34/source/client/mount.cifs samba-3.0.34/source/client/mount.cifs.c
/tmp/ccIGskbc.o: In function `main':
mount.cifs.c:(.text+0x2655): undefined reference to `unlock_mtab'
mount.cifs.c:(.text+0x265f): undefined reference to `lock_mtab'
mount.cifs.c:(.text+0x2838): undefined reference to `unlock_mtab'
mount.cifs.c:(.text+0x2894): undefined reference to `unlock_mtab'
collect2: ld returned 1 exit status
make: *** [samba-3.0.34/source/client/mount.cifs] Error 1

Could not figure it out.
The error posted here seemed to be related to samba-3.2.x, no idea why it 
appeared here. 
In fact in samba-3.0.34 source/client/mount.cifs.c seems to have changed a lot. 
So maybe some adjustments to the Makefile are necessary.

Anyway, I returned to samba-3.0.32 which compiled fine.

I'll try to boot an optiplex 760 with it.

kind regards

werner

Disclaimer: http://www.kuleuven.be/cwis/email_disclaimer.htm


------------------------------------------------------------------------------
Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM)
software. With Adobe AIR, Ajax developers can use existing skills and code to
build responsive, highly engaging applications that combine the power of local
resources and data with the reach of the web. Download the Adobe AIR SDK and
Ajax docs to start building applications today-http://p.sf.net/sfu/adobe-com
_______________________________________________
unattended-devel mailing list
unattended-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-devel

Reply via email to